Html Css Color HEX #01CFEF Deep Sky Blue

📋 copy color: '#01CFEF'

red 1 ◦ green 207 ◦ blue 239

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

Shades of Deep Sky Blue #01CFEF

Tints of Deep Sky Blue #01CFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 0.22%
G = 46.31%
B = 53.47%

CMYK

 C value IS 1.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#01CFEF (or 0x01CFEF) is known color: Deep Sky Blue. HEX triplet: 01, CF and EF. RGB value is (1,207,239). Sum of RGB (Red+Green+Blue) = 1+207+239=447 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #01CFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01CFEF is #FE3010. Grayscale: #949494. Windows color (decimal): -16658449 or 15716097. OLE color: 15716097.

HSL color Cylindrical-coordinate representation of color #01CFEF: hue angle of 188.07º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CFEF is Cyan = 1.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 207 239 -
CMYK 1.00 0.13 0 0.06
HSL 188.07º 0.99% 0.47% -
HSV(B) 188.07º 1% 0.94% -
XYZ 37.91 50.86 89.48 -
YUV 149.05 178.75 22.4 -
System Red Green Blue C M Y K H S L
Decimal 1 207 239 1.00 0.13 0 0.06 188.07 0.99 0.47
Hex 1 CF EF 64 D 0 6 BC 63 2F
Octal 1 317 357 144 15 0 6 274 143 57
Binary 1 11001111 11101111 1100100 1101 0 110 10111100 1100011 101111

Color Harmonies of #01CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01CFEF

Black with #01CFEF

Text Example


Text Example

White with #01CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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