Html Css Color HEX #0CC5EF Deep Sky Blue

📋 copy color: '#0CC5EF'

red 12 ◦ green 197 ◦ blue 239

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

Shades of Deep Sky Blue #0CC5EF

Tints of Deep Sky Blue #0CC5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.97%

 BLUE value IS 239 (93.75% from 255) = 53.35%

R = 2.68%
G = 43.97%
B = 53.35%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0CC5EF (or 0x0CC5EF) is known color: Deep Sky Blue. HEX triplet: 0C, C5 and EF. RGB value is (12,197,239). Sum of RGB (Red+Green+Blue) = 12+197+239=448 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.68% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CC5EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CC5EF is #F33A10. Grayscale: #929292. Windows color (decimal): -15940113 or 15713548. OLE color: 15713548.

HSL color Cylindrical-coordinate representation of color #0CC5EF: hue angle of 191.1º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CC5EF is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 12 197 239 -
CMYK 0.95 0.18 0 0.06
HSL 191.1º 0.9% 0.49% -
HSV(B) 191.1º 0.95% 0.94% -
XYZ 35.7 46.24 88.71 -
YUV 146.47 180.21 32.08 -
System Red Green Blue C M Y K H S L
Decimal 12 197 239 0.95 0.18 0 0.06 191.1 0.9 0.49
Hex C C5 EF 5F 12 0 6 BF 5A 31
Octal 14 305 357 137 22 0 6 277 132 61
Binary 1100 11000101 11101111 1011111 10010 0 110 10111111 1011010 110001

Color Harmonies of #0CC5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC5EF

Black with #0CC5EF

Text Example


Text Example

White with #0CC5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,197,239); }

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

background-color css

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

 a { background-color: rgb(12,197,239); }

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

border-color css

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

 span { border-color: rgb(12,197,239); }

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