Html Css Color HEX #3AAFCC Summer Sky

📋 copy color: '#3AAFCC'

red 58 ◦ green 175 ◦ blue 204

#3AAFCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #3AAFCC

Tints of Summer Sky #3AAFCC

RGB

 RED value IS 58 (23.05% from 255) = 13.27%

 GREEN value IS 175 (68.75% from 255) = 40.05%

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 13.27%
G = 40.05%
B = 46.68%

CMYK

 C value IS 0.72

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3AAFCC (or 0x3AAFCC) is known color: Summer Sky. HEX triplet: 3A, AF and CC. RGB value is (58,175,204). Sum of RGB (Red+Green+Blue) = 58+175+204=437 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.27% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #3AAFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAFCC is #C55033. Grayscale: #8F8F8F. Windows color (decimal): -12931124 or 13414202. OLE color: 13414202.

HSL color Cylindrical-coordinate representation of color #3AAFCC: hue angle of 191.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AAFCC is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 175 204 -
CMYK 0.72 0.14 0 0.2
HSL 191.92º 0.59% 0.51% -
HSV(B) 191.92º 0.72% 0.8% -
XYZ 27.97 35.92 62.59 -
YUV 143.32 162.24 67.14 -
System Red Green Blue C M Y K H S L
Decimal 58 175 204 0.72 0.14 0 0.2 191.92 0.59 0.51
Hex 3A AF CC 48 E 0 14 C0 3B 33
Octal 72 257 314 110 16 0 24 300 73 63
Binary 111010 10101111 11001100 1001000 1110 0 10100 11000000 111011 110011

Color Harmonies of #3AAFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAFCC

Black with #3AAFCC

Text Example


Text Example

White with #3AAFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,175,204); }

 H1.HeaderClassName
 {
   color: #3AAFCC;
 }
 .AnyTagClassName
 {
   color: #3AAFCC;
 }
</style>

background-color css

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

 a { background-color: rgb(58,175,204); }

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

border-color css

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

 span { border-color: rgb(58,175,204); }

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