Html Css Color HEX #0CC6FF Deep Sky Blue

📋 copy color: '#0CC6FF'

red 12 ◦ green 198 ◦ blue 255

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

Shades of Deep Sky Blue #0CC6FF

Tints of Deep Sky Blue #0CC6FF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 42.58%

 BLUE value IS 255 (100% from 255) = 54.84%

R = 2.58%
G = 42.58%
B = 54.84%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0CC6FF (or 0x0CC6FF) is known color: Deep Sky Blue. HEX triplet: 0C, C6 and FF. RGB value is (12,198,255). Sum of RGB (Red+Green+Blue) = 12+198+255=465 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 465); Green value is 198 (77.73% from 255 or 42.58% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CC6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC6FF is #F33900. Grayscale: #949494. Windows color (decimal): -15939841 or 16762380. OLE color: 16762380.

HSL color Cylindrical-coordinate representation of color #0CC6FF: hue angle of 194.07º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC6FF is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 12 198 255 -
CMYK 0.95 0.22 0 0
HSL 194.07º 1% 0.52% -
HSV(B) 194.07º 0.95% 1% -
XYZ 38.4 47.69 101.79 -
YUV 148.88 187.88 30.37 -
System Red Green Blue C M Y K H S L
Decimal 12 198 255 0.95 0.22 0 0 194.07 1 0.52
Hex C C6 FF 5F 16 0 0 C2 64 34
Octal 14 306 377 137 26 0 0 302 144 64
Binary 1100 11000110 11111111 1011111 10110 0 0 11000010 1100100 110100

Color Harmonies of #0CC6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC6FF

Black with #0CC6FF

Text Example


Text Example

White with #0CC6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,198,255); }

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

background-color css

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

 a { background-color: rgb(12,198,255); }

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

border-color css

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

 span { border-color: rgb(12,198,255); }

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