Html Css Color HEX #00CFFC Deep Sky Blue

📋 copy color: '#00CFFC'

red 0 ◦ green 207 ◦ blue 252

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

Shades of Deep Sky Blue #00CFFC

Tints of Deep Sky Blue #00CFFC

RGB

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

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

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

R = 0%
G = 45.1%
B = 54.9%

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

#00CFFC (or 0x00CFFC) is known color: Deep Sky Blue. HEX triplet: 00, CF and FC. RGB value is (0,207,252). Sum of RGB (Red+Green+Blue) = 0+207+252=459 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #00CFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00CFFC is #FF3003. Grayscale: #959595. Windows color (decimal): -16723972 or 16568064. OLE color: 16568064.

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

Color convert

RGB 0 207 252 -
CMYK 1 0.18 0 0.01
HSL 190.71º 1% 0.49% -
HSV(B) 190.71º 1% 0.99% -
XYZ 39.88 51.65 99.96 -
YUV 150.24 185.42 20.84 -
System Red Green Blue C M Y K H S L
Decimal 0 207 252 1 0.18 0 0.01 190.71 1 0.49
Hex 0 CF FC 64 12 0 1 BF 64 31
Octal 0 317 374 144 22 0 1 277 144 61
Binary 0 11001111 11111100 1100100 10010 0 1 10111111 1100100 110001

Color Harmonies of #00CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CFFC

Black with #00CFFC

Text Example


Text Example

White with #00CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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