#00CEFF

Color #00CEFF Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #00CEFF

Tints of Deep Sky Blue #00CEFF

Color information

#00CEFF (or 0x00CEFF) is unknown color: approx Deep Sky Blue. HEX triplet: 00, CE and FF. RGB value is (0,206,255). Sum of RGB (Red+Green+Blue) = 0+206+255=461 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #00CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CEFF is #FF3100. Grayscale: #959595. Windows color (decimal): -16724225 or 16764416. OLE color: 16764416.

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

Color convert

RGB0206255-
CMYK10.1900
HSL191.53º100%50%-
HSV(B)191.53º100%100%-
XYZ40.1251.36102.41-
YUV149.99187.2521.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 206 (80.86% from 255) = 44.69%
BLUE value IS 255 (100% from 255) = 55.31%
R=0%
G=44.69%
B=55.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal020625510.1900191.5310050
Hex0CEFF641300c06432
Octal0316377144230030014462
Binary0110011101111111111001001001100110000001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,206,255); }

 H1.HeaderClassName
 {
   color: #00CEFF;
 }
 .AnyTagClassName
 {
   color: #00CEFF;
 }
</style>
background-color css

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

 a { background-color: rgb(0,206,255); }

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

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

 span { border-color: rgb(0,206,255); }

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