#3DAFE4

Color #3DAFE4 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3DAFE4

Tints of Summer Sky #3DAFE4

Color information

#3DAFE4 (or 0x3DAFE4) is unknown color: approx Summer Sky. HEX triplet: 3D, AF and E4. RGB value is (61,175,228). Sum of RGB (Red+Green+Blue) = 61+175+228=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #3DAFE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DAFE4 is #C2501B. Grayscale: #929292. Windows color (decimal): -12734492 or 14987069. OLE color: 14987069.

HSL color Cylindrical-coordinate representation of color #3DAFE4: hue angle of 199.04º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DAFE4 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB61175228-
CMYK0.730.2300.11
HSL199.04º75.57%56.67%-
HSV(B)199.04º73.25%89.41%-
XYZ31.2637.2578.94-
YUV146.96173.7366.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 13.15%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 228 (89.45% from 255) = 49.14%
R=13.15%
G=37.72%
B=49.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal611752280.730.2300.11199.0475.5756.67
Hex3DAFE449170Bc74c39
Octal752573441112701330711471
Binary111101101011111110010010010011011101011110001111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DAFE4; }

 p { color: rgb(61,175,228); }

 H1.HeaderClassName
 {
   color: #3DAFE4;
 }
 .AnyTagClassName
 {
   color: #3DAFE4;
 }
</style>
background-color css

<style>
 a { background-color: #3DAFE4; }

 a { background-color: rgb(61,175,228); }

 div.DivClassName
 {
   background-color: #3DAFE4;
 }
 .BgClassName
 {
   background-color: #3DAFE4;
 }
</style>
border-color css

<style>
 span { border-color: #3DAFE4; }

 span { border-color: rgb(61,175,228); }

 td.TdClassName
 {
   border-color: #3DAFE4;
 }
 .TagClassName
 {
   border-color: #3DAFE4;
 }
</style>