Html Css Color HEX #00C5EB Deep Sky Blue

📋 copy color: '#00C5EB'

red 0 ◦ green 197 ◦ blue 235

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

Shades of Deep Sky Blue #00C5EB

Tints of Deep Sky Blue #00C5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.4%

R = 0%
G = 45.6%
B = 54.4%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#00C5EB (or 0x00C5EB) is known color: Deep Sky Blue. HEX triplet: 00, C5 and EB. RGB value is (0,197,235). Sum of RGB (Red+Green+Blue) = 0+197+235=432 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #00C5EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C5EB is #FF3A14. Grayscale: #8E8E8E. Windows color (decimal): -16726549 or 15451392. OLE color: 15451392.

HSL color Cylindrical-coordinate representation of color #00C5EB: hue angle of 189.7º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C5EB is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 197 235 -
CMYK 1 0.16 0 0.08
HSL 189.7º 1% 0.46% -
HSV(B) 189.7º 1% 0.92% -
XYZ 34.96 45.93 85.62 -
YUV 142.43 180.23 26.41 -
System Red Green Blue C M Y K H S L
Decimal 0 197 235 1 0.16 0 0.08 189.7 1 0.46
Hex 0 C5 EB 64 10 0 8 BE 64 2E
Octal 0 305 353 144 20 0 10 276 144 56
Binary 0 11000101 11101011 1100100 10000 0 1000 10111110 1100100 101110

Color Harmonies of #00C5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C5EB

Black with #00C5EB

Text Example


Text Example

White with #00C5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,197,235); }

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

background-color css

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

 a { background-color: rgb(0,197,235); }

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

border-color css

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

 span { border-color: rgb(0,197,235); }

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