Html Css Color HEX #0CCCEF Deep Sky Blue

📋 copy color: '#0CCCEF'

red 12 ◦ green 204 ◦ blue 239

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

Shades of Deep Sky Blue #0CCCEF

Tints of Deep Sky Blue #0CCCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.53%

R = 2.64%
G = 44.84%
B = 52.53%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0CCCEF (or 0x0CCCEF) is known color: Deep Sky Blue. HEX triplet: 0C, CC and EF. RGB value is (12,204,239). Sum of RGB (Red+Green+Blue) = 12+204+239=455 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CCCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCCEF is #F33310. Grayscale: #969696. Windows color (decimal): -15938321 or 15715340. OLE color: 15715340.

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

Color convert

RGB 12 204 239 -
CMYK 0.95 0.15 0 0.06
HSL 189.25º 0.9% 0.49% -
HSV(B) 189.25º 0.95% 0.94% -
XYZ 37.32 49.5 89.25 -
YUV 150.58 177.89 29.15 -
System Red Green Blue C M Y K H S L
Decimal 12 204 239 0.95 0.15 0 0.06 189.25 0.9 0.49
Hex C CC EF 5F F 0 6 BD 5A 31
Octal 14 314 357 137 17 0 6 275 132 61
Binary 1100 11001100 11101111 1011111 1111 0 110 10111101 1011010 110001

Color Harmonies of #0CCCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCCEF

Black with #0CCCEF

Text Example


Text Example

White with #0CCCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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