Html Css Color HEX #00CFFD Deep Sky Blue

📋 copy color: '#00CFFD'

red 0 ◦ green 207 ◦ blue 253

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

Shades of Deep Sky Blue #00CFFD

Tints of Deep Sky Blue #00CFFD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45%

 BLUE value IS 253 (99.22% from 255) = 55%

R = 0%
G = 45%
B = 55%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00CFFD (or 0x00CFFD) is known color: Deep Sky Blue. HEX triplet: 00, CF and FD. RGB value is (0,207,253). Sum of RGB (Red+Green+Blue) = 0+207+253=460 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #00CFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFFD is #FF3002. Grayscale: #959595. Windows color (decimal): -16723971 or 16633600. OLE color: 16633600.

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

Color convert

RGB 0 207 253 -
CMYK 1 0.18 0 0.01
HSL 190.91º 1% 0.5% -
HSV(B) 190.91º 1% 0.99% -
XYZ 40.04 51.72 100.8 -
YUV 150.35 185.92 20.76 -
System Red Green Blue C M Y K H S L
Decimal 0 207 253 1 0.18 0 0.01 190.91 1 0.5
Hex 0 CF FD 64 12 0 1 BF 64 32
Octal 0 317 375 144 22 0 1 277 144 62
Binary 0 11001111 11111101 1100100 10010 0 1 10111111 1100100 110010

Color Harmonies of #00CFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CFFD

Black with #00CFFD

Text Example


Text Example

White with #00CFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,207,253); }

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

background-color css

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

 a { background-color: rgb(0,207,253); }

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

border-color css

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

 span { border-color: rgb(0,207,253); }

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