Html Css Color HEX #3AA8CC Summer Sky

📋 copy color: '#3AA8CC'

red 58 ◦ green 168 ◦ blue 204

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

Shades of Summer Sky #3AA8CC

Tints of Summer Sky #3AA8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.07%

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

R = 13.49%
G = 39.07%
B = 47.44%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3AA8CC (or 0x3AA8CC) is known color: Summer Sky. HEX triplet: 3A, A8 and CC. RGB value is (58,168,204). Sum of RGB (Red+Green+Blue) = 58+168+204=430 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.49% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #3AA8CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA8CC is #C55733. Grayscale: #8A8A8A. Windows color (decimal): -12932916 or 13412410. OLE color: 13412410.

HSL color Cylindrical-coordinate representation of color #3AA8CC: hue angle of 194.79º 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 #3AA8CC is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 58 168 204 -
CMYK 0.72 0.18 0 0.2
HSL 194.79º 0.59% 0.51% -
HSV(B) 194.79º 0.72% 0.8% -
XYZ 26.65 33.26 62.14 -
YUV 139.21 164.56 70.07 -
System Red Green Blue C M Y K H S L
Decimal 58 168 204 0.72 0.18 0 0.2 194.79 0.59 0.51
Hex 3A A8 CC 48 12 0 14 C3 3B 33
Octal 72 250 314 110 22 0 24 303 73 63
Binary 111010 10101000 11001100 1001000 10010 0 10100 11000011 111011 110011

Color Harmonies of #3AA8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA8CC

Black with #3AA8CC

Text Example


Text Example

White with #3AA8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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