Html Css Color HEX #3AA7CE Summer Sky

📋 copy color: '#3AA7CE'

red 58 ◦ green 167 ◦ blue 206

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

Shades of Summer Sky #3AA7CE

Tints of Summer Sky #3AA7CE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.75%

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

R = 13.46%
G = 38.75%
B = 47.8%

CMYK

 C value IS 0.72

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3AA7CE (or 0x3AA7CE) is known color: Summer Sky. HEX triplet: 3A, A7 and CE. RGB value is (58,167,206). Sum of RGB (Red+Green+Blue) = 58+167+206=431 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.46% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #3AA7CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA7CE is #C55831. Grayscale: #8A8A8A. Windows color (decimal): -12933170 or 13543226. OLE color: 13543226.

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

Color convert

RGB 58 167 206 -
CMYK 0.72 0.19 0 0.19
HSL 195.81º 0.6% 0.52% -
HSV(B) 195.81º 0.72% 0.81% -
XYZ 26.7 32.99 63.35 -
YUV 138.86 165.89 70.33 -
System Red Green Blue C M Y K H S L
Decimal 58 167 206 0.72 0.19 0 0.19 195.81 0.6 0.52
Hex 3A A7 CE 48 13 0 13 C4 3C 34
Octal 72 247 316 110 23 0 23 304 74 64
Binary 111010 10100111 11001110 1001000 10011 0 10011 11000100 111100 110100

Color Harmonies of #3AA7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA7CE

Black with #3AA7CE

Text Example


Text Example

White with #3AA7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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