Html Css Color HEX #01CFF4 Deep Sky Blue

📋 copy color: '#01CFF4'

red 1 ◦ green 207 ◦ blue 244

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

Shades of Deep Sky Blue #01CFF4

Tints of Deep Sky Blue #01CFF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 53.98%

R = 0.22%
G = 45.8%
B = 53.98%

CMYK

 C value IS 1.00

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#01CFF4 (or 0x01CFF4) is known color: Deep Sky Blue. HEX triplet: 01, CF and F4. RGB value is (1,207,244). Sum of RGB (Red+Green+Blue) = 1+207+244=452 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 244 (95.70% from 255 or 53.98% from 452); Max value from RGB is 244 - color contains mainly: blue. Hex color #01CFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CFF4 is #FE300B. Grayscale: #959595. Windows color (decimal): -16658444 or 16043777. OLE color: 16043777.

HSL color Cylindrical-coordinate representation of color #01CFF4: hue angle of 189.14º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFF4 is Cyan = 1.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 1 207 244 -
CMYK 1.00 0.15 0 0.04
HSL 189.14º 0.99% 0.48% -
HSV(B) 189.14º 1% 0.96% -
XYZ 38.65 51.16 93.43 -
YUV 149.62 181.25 21.99 -
System Red Green Blue C M Y K H S L
Decimal 1 207 244 1.00 0.15 0 0.04 189.14 0.99 0.48
Hex 1 CF F4 64 F 0 4 BD 63 30
Octal 1 317 364 144 17 0 4 275 143 60
Binary 1 11001111 11110100 1100100 1111 0 100 10111101 1100011 110000

Color Harmonies of #01CFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFF4

Black with #01CFF4

Text Example


Text Example

White with #01CFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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