Html Css Color HEX #0CD4FE Deep Sky Blue

📋 copy color: '#0CD4FE'

red 12 ◦ green 212 ◦ blue 254

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

Shades of Deep Sky Blue #0CD4FE

Tints of Deep Sky Blue #0CD4FE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.35%

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

R = 2.51%
G = 44.35%
B = 53.14%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0CD4FE (or 0x0CD4FE) is known color: Deep Sky Blue. HEX triplet: 0C, D4 and FE. RGB value is (12,212,254). Sum of RGB (Red+Green+Blue) = 12+212+254=478 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.51% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CD4FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD4FE is #F32B01. Grayscale: #9C9C9C. Windows color (decimal): -15936258 or 16700428. OLE color: 16700428.

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

Color convert

RGB 12 212 254 -
CMYK 0.95 0.17 0 0.00
HSL 190.41º 0.99% 0.52% -
HSV(B) 190.41º 0.95% 1% -
XYZ 41.58 54.32 102.06 -
YUV 156.99 182.74 24.58 -
System Red Green Blue C M Y K H S L
Decimal 12 212 254 0.95 0.17 0 0.00 190.41 0.99 0.52
Hex C D4 FE 5F 11 0 0 BE 63 34
Octal 14 324 376 137 21 0 0 276 143 64
Binary 1100 11010100 11111110 1011111 10001 0 0 10111110 1100011 110100

Color Harmonies of #0CD4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD4FE

Black with #0CD4FE

Text Example


Text Example

White with #0CD4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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