Html Css Color HEX #00CDFC Deep Sky Blue

📋 copy color: '#00CDFC'

red 0 ◦ green 205 ◦ blue 252

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

Shades of Deep Sky Blue #00CDFC

Tints of Deep Sky Blue #00CDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.14%

R = 0%
G = 44.86%
B = 55.14%

CMYK

 C value IS 1

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00CDFC (or 0x00CDFC) is known color: Deep Sky Blue. HEX triplet: 00, CD and FC. RGB value is (0,205,252). Sum of RGB (Red+Green+Blue) = 0+205+252=457 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 457); Green value is 205 (80.47% from 255 or 44.86% from 457); Blue value is 252 (98.83% from 255 or 55.14% from 457); Max value from RGB is 252 - color contains mainly: blue. Hex color #00CDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CDFC is #FF3203. Grayscale: #949494. Windows color (decimal): -16724484 or 16567552. OLE color: 16567552.

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

Color convert

RGB 0 205 252 -
CMYK 1 0.19 0 0.01
HSL 191.19º 1% 0.49% -
HSV(B) 191.19º 1% 0.99% -
XYZ 39.4 50.69 99.8 -
YUV 149.06 186.08 21.68 -
System Red Green Blue C M Y K H S L
Decimal 0 205 252 1 0.19 0 0.01 191.19 1 0.49
Hex 0 CD FC 64 13 0 1 BF 64 31
Octal 0 315 374 144 23 0 1 277 144 61
Binary 0 11001101 11111100 1100100 10011 0 1 10111111 1100100 110001

Color Harmonies of #00CDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CDFC

Black with #00CDFC

Text Example


Text Example

White with #00CDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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