Html Css Color HEX #3CBAE8 Summer Sky

📋 copy color: '#3CBAE8'

red 60 ◦ green 186 ◦ blue 232

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

Shades of Summer Sky #3CBAE8

Tints of Summer Sky #3CBAE8

RGB

 RED value IS 60 (23.83% from 255) = 12.55%

 GREEN value IS 186 (73.05% from 255) = 38.91%

 BLUE value IS 232 (91.02% from 255) = 48.54%

R = 12.55%
G = 38.91%
B = 48.54%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#3CBAE8 (or 0x3CBAE8) is known color: Summer Sky. HEX triplet: 3C, BA and E8. RGB value is (60,186,232). Sum of RGB (Red+Green+Blue) = 60+186+232=478 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.55% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #3CBAE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAE8 is #C34517. Grayscale: #999999. Windows color (decimal): -12797208 or 15252028. OLE color: 15252028.

HSL color Cylindrical-coordinate representation of color #3CBAE8: hue angle of 196.05º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CBAE8 is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 60 186 232 -
CMYK 0.74 0.20 0 0.09
HSL 196.05º 0.79% 0.57% -
HSV(B) 196.05º 0.74% 0.91% -
XYZ 33.99 41.9 82.64 -
YUV 153.57 172.26 61.26 -
System Red Green Blue C M Y K H S L
Decimal 60 186 232 0.74 0.20 0 0.09 196.05 0.79 0.57
Hex 3C BA E8 4A 14 0 9 C4 4F 39
Octal 74 272 350 112 24 0 11 304 117 71
Binary 111100 10111010 11101000 1001010 10100 0 1001 11000100 1001111 111001

Color Harmonies of #3CBAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBAE8

Black with #3CBAE8

Text Example


Text Example

White with #3CBAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,186,232); }

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

background-color css

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

 a { background-color: rgb(60,186,232); }

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

border-color css

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

 span { border-color: rgb(60,186,232); }

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