Html Css Color HEX #00C8EF Deep Sky Blue

📋 copy color: '#00C8EF'

red 0 ◦ green 200 ◦ blue 239

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

Shades of Deep Sky Blue #00C8EF

Tints of Deep Sky Blue #00C8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.56%

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

R = 0%
G = 45.56%
B = 54.44%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#00C8EF (or 0x00C8EF) is known color: Deep Sky Blue. HEX triplet: 00, C8 and EF. RGB value is (0,200,239). Sum of RGB (Red+Green+Blue) = 0+200+239=439 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #00C8EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C8EF is #FF3710. Grayscale: #909090. Windows color (decimal): -16725777 or 15714304. OLE color: 15714304.

HSL color Cylindrical-coordinate representation of color #00C8EF: hue angle of 189.79º 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 #00C8EF is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 200 239 -
CMYK 1 0.16 0 0.06
HSL 189.79º 1% 0.47% -
HSV(B) 189.79º 1% 0.94% -
XYZ 36.23 47.54 88.93 -
YUV 144.65 181.24 24.83 -
System Red Green Blue C M Y K H S L
Decimal 0 200 239 1 0.16 0 0.06 189.79 1 0.47
Hex 0 C8 EF 64 10 0 6 BE 64 2F
Octal 0 310 357 144 20 0 6 276 144 57
Binary 0 11001000 11101111 1100100 10000 0 110 10111110 1100100 101111

Color Harmonies of #00C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C8EF

Black with #00C8EF

Text Example


Text Example

White with #00C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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