Html Css Color HEX #3CBAEC Summer Sky

📋 copy color: '#3CBAEC'

red 60 ◦ green 186 ◦ blue 236

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

Shades of Summer Sky #3CBAEC

Tints of Summer Sky #3CBAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 12.45%
G = 38.59%
B = 48.96%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3CBAEC (or 0x3CBAEC) is known color: Summer Sky. HEX triplet: 3C, BA and EC. RGB value is (60,186,236). Sum of RGB (Red+Green+Blue) = 60+186+236=482 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.45% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #3CBAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAEC is #C34513. Grayscale: #999999. Windows color (decimal): -12797204 or 15514172. OLE color: 15514172.

HSL color Cylindrical-coordinate representation of color #3CBAEC: hue angle of 197.05º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CBAEC is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 60 186 236 -
CMYK 0.75 0.21 0 0.07
HSL 197.05º 0.82% 0.58% -
HSV(B) 197.05º 0.75% 0.93% -
XYZ 34.56 42.13 85.67 -
YUV 154.03 174.26 60.93 -
System Red Green Blue C M Y K H S L
Decimal 60 186 236 0.75 0.21 0 0.07 197.05 0.82 0.58
Hex 3C BA EC 4B 15 0 7 C5 52 3A
Octal 74 272 354 113 25 0 7 305 122 72
Binary 111100 10111010 11101100 1001011 10101 0 111 11000101 1010010 111010

Color Harmonies of #3CBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBAEC

Black with #3CBAEC

Text Example


Text Example

White with #3CBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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