Html Css Color HEX #0CCFF6 Deep Sky Blue

📋 copy color: '#0CCFF6'

red 12 ◦ green 207 ◦ blue 246

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

Shades of Deep Sky Blue #0CCFF6

Tints of Deep Sky Blue #0CCFF6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.52%

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

R = 2.58%
G = 44.52%
B = 52.9%

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

#0CCFF6 (or 0x0CCFF6) is known color: Deep Sky Blue. HEX triplet: 0C, CF and F6. RGB value is (12,207,246). Sum of RGB (Red+Green+Blue) = 12+207+246=465 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 246 (96.48% from 255 or 52.90% from 465); Max value from RGB is 246 - color contains mainly: blue. Hex color #0CCFF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCFF6 is #F33009. Grayscale: #989898. Windows color (decimal): -15937546 or 16174860. OLE color: 16174860.

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

Color convert

RGB 12 207 246 -
CMYK 0.95 0.16 0 0.04
HSL 190º 0.93% 0.51% -
HSV(B) 190º 0.95% 0.96% -
XYZ 39.1 51.36 95.04 -
YUV 153.14 180.4 27.33 -
System Red Green Blue C M Y K H S L
Decimal 12 207 246 0.95 0.16 0 0.04 190 0.93 0.51
Hex C CF F6 5F 10 0 4 BE 5D 33
Octal 14 317 366 137 20 0 4 276 135 63
Binary 1100 11001111 11110110 1011111 10000 0 100 10111110 1011101 110011

Color Harmonies of #0CCFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCFF6

Black with #0CCFF6

Text Example


Text Example

White with #0CCFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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