Html Css Color HEX #0CCEF6 Deep Sky Blue

📋 copy color: '#0CCEF6'

red 12 ◦ green 206 ◦ blue 246

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

Shades of Deep Sky Blue #0CCEF6

Tints of Deep Sky Blue #0CCEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 53.02%

R = 2.59%
G = 44.4%
B = 53.02%

CMYK

 C value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#0CCEF6 (or 0x0CCEF6) is known color: Deep Sky Blue. HEX triplet: 0C, CE and F6. RGB value is (12,206,246). Sum of RGB (Red+Green+Blue) = 12+206+246=464 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.59% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #0CCEF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCEF6 is #F33109. Grayscale: #989898. Windows color (decimal): -15937802 or 16174604. OLE color: 16174604.

HSL color Cylindrical-coordinate representation of color #0CCEF6: hue angle of 190.26º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCEF6 is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 12 206 246 -
CMYK 0.95 0.16 0 0.04
HSL 190.26º 0.93% 0.51% -
HSV(B) 190.26º 0.95% 0.96% -
XYZ 38.86 50.87 94.96 -
YUV 152.55 180.73 27.75 -
System Red Green Blue C M Y K H S L
Decimal 12 206 246 0.95 0.16 0 0.04 190.26 0.93 0.51
Hex C CE F6 5F 10 0 4 BE 5D 33
Octal 14 316 366 137 20 0 4 276 135 63
Binary 1100 11001110 11110110 1011111 10000 0 100 10111110 1011101 110011

Color Harmonies of #0CCEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCEF6

Black with #0CCEF6

Text Example


Text Example

White with #0CCEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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