Html Css Color HEX #00C0EF Deep Sky Blue

📋 copy color: '#00C0EF'

red 0 ◦ green 192 ◦ blue 239

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

Shades of Deep Sky Blue #00C0EF

Tints of Deep Sky Blue #00C0EF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 192 (75.39% from 255) = 44.55%

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

R = 0%
G = 44.55%
B = 55.45%

CMYK

 C value IS 1

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#00C0EF (or 0x00C0EF) is known color: Deep Sky Blue. HEX triplet: 00, C0 and EF. RGB value is (0,192,239). Sum of RGB (Red+Green+Blue) = 0+192+239=431 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #00C0EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C0EF is #FF3F10. Grayscale: #8B8B8B. Windows color (decimal): -16727825 or 15712256. OLE color: 15712256.

HSL color Cylindrical-coordinate representation of color #00C0EF: hue angle of 191.8º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C0EF is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 192 239 -
CMYK 1 0.20 0 0.06
HSL 191.8º 1% 0.47% -
HSV(B) 191.8º 1% 0.94% -
XYZ 34.43 43.93 88.33 -
YUV 139.95 183.89 28.18 -
System Red Green Blue C M Y K H S L
Decimal 0 192 239 1 0.20 0 0.06 191.8 1 0.47
Hex 0 C0 EF 64 14 0 6 C0 64 2F
Octal 0 300 357 144 24 0 6 300 144 57
Binary 0 11000000 11101111 1100100 10100 0 110 11000000 1100100 101111

Color Harmonies of #00C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C0EF

Black with #00C0EF

Text Example


Text Example

White with #00C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C0EF; }

 p { color: rgb(0,192,239); }

 H1.HeaderClassName
 {
   color: #00C0EF;
 }
 .AnyTagClassName
 {
   color: #00C0EF;
 }
</style>

background-color css

<style>
 a { background-color: #00C0EF; }

 a { background-color: rgb(0,192,239); }

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

border-color css

<style>
 span { border-color: #00C0EF; }

 span { border-color: rgb(0,192,239); }

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