Html Css Color HEX #0CCEF0 Deep Sky Blue

📋 copy color: '#0CCEF0'

red 12 ◦ green 206 ◦ blue 240

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

Shades of Deep Sky Blue #0CCEF0

Tints of Deep Sky Blue #0CCEF0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.98%

 BLUE value IS 240 (94.14% from 255) = 52.4%

R = 2.62%
G = 44.98%
B = 52.4%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0CCEF0 (or 0x0CCEF0) is known color: Deep Sky Blue. HEX triplet: 0C, CE and F0. RGB value is (12,206,240). Sum of RGB (Red+Green+Blue) = 12+206+240=458 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.62% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #0CCEF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCEF0 is #F3310F. Grayscale: #979797. Windows color (decimal): -15937808 or 15781388. OLE color: 15781388.

HSL color Cylindrical-coordinate representation of color #0CCEF0: hue angle of 188.95º 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 #0CCEF0 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 206 240 -
CMYK 0.95 0.14 0 0.06
HSL 188.95º 0.9% 0.49% -
HSV(B) 188.95º 0.95% 0.94% -
XYZ 37.95 50.51 90.19 -
YUV 151.87 177.73 28.24 -
System Red Green Blue C M Y K H S L
Decimal 12 206 240 0.95 0.14 0 0.06 188.95 0.9 0.49
Hex C CE F0 5F E 0 6 BD 5A 31
Octal 14 316 360 137 16 0 6 275 132 61
Binary 1100 11001110 11110000 1011111 1110 0 110 10111101 1011010 110001

Color Harmonies of #0CCEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCEF0

Black with #0CCEF0

Text Example


Text Example

White with #0CCEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,206,240); }

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

background-color css

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

 a { background-color: rgb(12,206,240); }

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

border-color css

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

 span { border-color: rgb(12,206,240); }

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