Html Css Color HEX #00CDFE Deep Sky Blue

📋 copy color: '#00CDFE'

red 0 ◦ green 205 ◦ blue 254

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

Shades of Deep Sky Blue #00CDFE

Tints of Deep Sky Blue #00CDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.66%

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 0%
G = 44.66%
B = 55.34%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#00CDFE (or 0x00CDFE) is known color: Deep Sky Blue. HEX triplet: 00, CD and FE. RGB value is (0,205,254). Sum of RGB (Red+Green+Blue) = 0+205+254=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #00CDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CDFE is #FF3201. Grayscale: #949494. Windows color (decimal): -16724482 or 16698624. OLE color: 16698624.

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

Color convert

RGB 0 205 254 -
CMYK 1 0.19 0 0.00
HSL 191.57º 1% 0.5% -
HSV(B) 191.57º 1% 1% -
XYZ 39.72 50.82 101.48 -
YUV 149.29 187.08 21.52 -
System Red Green Blue C M Y K H S L
Decimal 0 205 254 1 0.19 0 0.00 191.57 1 0.5
Hex 0 CD FE 64 13 0 0 C0 64 32
Octal 0 315 376 144 23 0 0 300 144 62
Binary 0 11001101 11111110 1100100 10011 0 0 11000000 1100100 110010

Color Harmonies of #00CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CDFE

Black with #00CDFE

Text Example


Text Example

White with #00CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,205,254); }

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

background-color css

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

 a { background-color: rgb(0,205,254); }

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

border-color css

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

 span { border-color: rgb(0,205,254); }

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