Html Css Color HEX #01CFFC Deep Sky Blue

📋 copy color: '#01CFFC'

red 1 ◦ green 207 ◦ blue 252

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

Shades of Deep Sky Blue #01CFFC

Tints of Deep Sky Blue #01CFFC

RGB

 RED value IS 1 (0.78% from 255) = 0.22%

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

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

R = 0.22%
G = 45%
B = 54.78%

CMYK

 C value IS 1.00

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#01CFFC (or 0x01CFFC) is known color: Deep Sky Blue. HEX triplet: 01, CF and FC. RGB value is (1,207,252). Sum of RGB (Red+Green+Blue) = 1+207+252=460 (60% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #01CFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CFFC is #FE3003. Grayscale: #969696. Windows color (decimal): -16658436 or 16568065. OLE color: 16568065.

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

Color convert

RGB 1 207 252 -
CMYK 1.00 0.18 0 0.01
HSL 190.76º 0.99% 0.5% -
HSV(B) 190.76º 1% 0.99% -
XYZ 39.9 51.66 99.96 -
YUV 150.54 185.25 21.34 -
System Red Green Blue C M Y K H S L
Decimal 1 207 252 1.00 0.18 0 0.01 190.76 0.99 0.5
Hex 1 CF FC 64 12 0 1 BF 63 32
Octal 1 317 374 144 22 0 1 277 143 62
Binary 1 11001111 11111100 1100100 10010 0 1 10111111 1100011 110010

Color Harmonies of #01CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFFC

Black with #01CFFC

Text Example


Text Example

White with #01CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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