Html Css Color HEX #3AA8CE Summer Sky

📋 copy color: '#3AA8CE'

red 58 ◦ green 168 ◦ blue 206

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

Shades of Summer Sky #3AA8CE

Tints of Summer Sky #3AA8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.69%

R = 13.43%
G = 38.89%
B = 47.69%

CMYK

 C value IS 0.72

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3AA8CE (or 0x3AA8CE) is known color: Summer Sky. HEX triplet: 3A, A8 and CE. RGB value is (58,168,206). Sum of RGB (Red+Green+Blue) = 58+168+206=432 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.43% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #3AA8CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA8CE is #C55731. Grayscale: #8B8B8B. Windows color (decimal): -12932914 or 13543482. OLE color: 13543482.

HSL color Cylindrical-coordinate representation of color #3AA8CE: hue angle of 195.41º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AA8CE is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 168 206 -
CMYK 0.72 0.18 0 0.19
HSL 195.41º 0.6% 0.52% -
HSV(B) 195.41º 0.72% 0.81% -
XYZ 26.89 33.36 63.41 -
YUV 139.44 165.56 69.91 -
System Red Green Blue C M Y K H S L
Decimal 58 168 206 0.72 0.18 0 0.19 195.41 0.6 0.52
Hex 3A A8 CE 48 12 0 13 C3 3C 34
Octal 72 250 316 110 22 0 23 303 74 64
Binary 111010 10101000 11001110 1001000 10010 0 10011 11000011 111100 110100

Color Harmonies of #3AA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA8CE

Black with #3AA8CE

Text Example


Text Example

White with #3AA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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