Html Css Color HEX #0CC4FE Deep Sky Blue

📋 copy color: '#0CC4FE'

red 12 ◦ green 196 ◦ blue 254

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

Shades of Deep Sky Blue #0CC4FE

Tints of Deep Sky Blue #0CC4FE

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.42%

 BLUE value IS 254 (99.61% from 255) = 54.98%

R = 2.6%
G = 42.42%
B = 54.98%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0CC4FE (or 0x0CC4FE) is known color: Deep Sky Blue. HEX triplet: 0C, C4 and FE. RGB value is (12,196,254). Sum of RGB (Red+Green+Blue) = 12+196+254=462 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.60% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CC4FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC4FE is #F33B01. Grayscale: #939393. Windows color (decimal): -15940354 or 16696332. OLE color: 16696332.

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

Color convert

RGB 12 196 254 -
CMYK 0.95 0.23 0 0.00
HSL 194.38º 0.99% 0.52% -
HSV(B) 194.38º 0.95% 1% -
XYZ 37.78 46.71 100.79 -
YUV 147.6 188.04 31.28 -
System Red Green Blue C M Y K H S L
Decimal 12 196 254 0.95 0.23 0 0.00 194.38 0.99 0.52
Hex C C4 FE 5F 17 0 0 C2 63 34
Octal 14 304 376 137 27 0 0 302 143 64
Binary 1100 11000100 11111110 1011111 10111 0 0 11000010 1100011 110100

Color Harmonies of #0CC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC4FE

Black with #0CC4FE

Text Example


Text Example

White with #0CC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,196,254); }

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

background-color css

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

 a { background-color: rgb(12,196,254); }

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

border-color css

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

 span { border-color: rgb(12,196,254); }

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