Html Css Color HEX #00CFFE Deep Sky Blue

📋 copy color: '#00CFFE'

red 0 ◦ green 207 ◦ blue 254

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

Shades of Deep Sky Blue #00CFFE

Tints of Deep Sky Blue #00CFFE

RGB

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

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

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

R = 0%
G = 44.9%
B = 55.1%

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

#00CFFE (or 0x00CFFE) is known color: Deep Sky Blue. HEX triplet: 00, CF and FE. RGB value is (0,207,254). Sum of RGB (Red+Green+Blue) = 0+207+254=461 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #00CFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFFE is #FF3001. Grayscale: #969696. Windows color (decimal): -16723970 or 16699136. OLE color: 16699136.

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

Color convert

RGB 0 207 254 -
CMYK 1 0.19 0 0.00
HSL 191.1º 1% 0.5% -
HSV(B) 191.1º 1% 1% -
XYZ 40.2 51.78 101.64 -
YUV 150.47 186.42 20.68 -
System Red Green Blue C M Y K H S L
Decimal 0 207 254 1 0.19 0 0.00 191.1 1 0.5
Hex 0 CF FE 64 13 0 0 BF 64 32
Octal 0 317 376 144 23 0 0 277 144 62
Binary 0 11001111 11111110 1100100 10011 0 0 10111111 1100100 110010

Color Harmonies of #00CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CFFE

Black with #00CFFE

Text Example


Text Example

White with #00CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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