Html Css Color HEX #0CCCEC Deep Sky Blue

📋 copy color: '#0CCCEC'

red 12 ◦ green 204 ◦ blue 236

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

Shades of Deep Sky Blue #0CCCEC

Tints of Deep Sky Blue #0CCCEC

RGB

 RED value IS 12 (5.08% from 255) = 2.65%

 GREEN value IS 204 (80.08% from 255) = 45.13%

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

R = 2.65%
G = 45.13%
B = 52.21%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0CCCEC (or 0x0CCCEC) is known color: Deep Sky Blue. HEX triplet: 0C, CC and EC. RGB value is (12,204,236). Sum of RGB (Red+Green+Blue) = 12+204+236=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 236 (92.58% from 255 or 52.21% from 452); Max value from RGB is 236 - color contains mainly: blue. Hex color #0CCCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCCEC is #F33313. Grayscale: #959595. Windows color (decimal): -15938324 or 15518732. OLE color: 15518732.

HSL color Cylindrical-coordinate representation of color #0CCCEC: hue angle of 188.57º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCCEC is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 12 204 236 -
CMYK 0.95 0.14 0 0.07
HSL 188.57º 0.9% 0.49% -
HSV(B) 188.57º 0.95% 0.93% -
XYZ 36.88 49.32 86.93 -
YUV 150.24 176.39 29.4 -
System Red Green Blue C M Y K H S L
Decimal 12 204 236 0.95 0.14 0 0.07 188.57 0.9 0.49
Hex C CC EC 5F E 0 7 BD 5A 31
Octal 14 314 354 137 16 0 7 275 132 61
Binary 1100 11001100 11101100 1011111 1110 0 111 10111101 1011010 110001

Color Harmonies of #0CCCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCCEC

Black with #0CCCEC

Text Example


Text Example

White with #0CCCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CCCEC; }

 p { color: rgb(12,204,236); }

 H1.HeaderClassName
 {
   color: #0CCCEC;
 }
 .AnyTagClassName
 {
   color: #0CCCEC;
 }
</style>

background-color css

<style>
 a { background-color: #0CCCEC; }

 a { background-color: rgb(12,204,236); }

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

border-color css

<style>
 span { border-color: #0CCCEC; }

 span { border-color: rgb(12,204,236); }

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