Html Css Color HEX #01C6FB Deep Sky Blue

📋 copy color: '#01C6FB'

red 1 ◦ green 198 ◦ blue 251

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

Shades of Deep Sky Blue #01C6FB

Tints of Deep Sky Blue #01C6FB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44%

 BLUE value IS 251 (98.44% from 255) = 55.78%

R = 0.22%
G = 44%
B = 55.78%

CMYK

 C value IS 1.00

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#01C6FB (or 0x01C6FB) is known color: Deep Sky Blue. HEX triplet: 01, C6 and FB. RGB value is (1,198,251). Sum of RGB (Red+Green+Blue) = 1+198+251=450 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 450); Green value is 198 (77.73% from 255 or 44% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #01C6FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01C6FB is #FE3904. Grayscale: #909090. Windows color (decimal): -16660741 or 16500225. OLE color: 16500225.

HSL color Cylindrical-coordinate representation of color #01C6FB: hue angle of 192.72º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C6FB is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 198 251 -
CMYK 1.00 0.21 0 0.02
HSL 192.72º 0.99% 0.49% -
HSV(B) 192.72º 1% 0.98% -
XYZ 37.62 47.36 98.43 -
YUV 145.14 187.73 25.19 -
System Red Green Blue C M Y K H S L
Decimal 1 198 251 1.00 0.21 0 0.02 192.72 0.99 0.49
Hex 1 C6 FB 64 15 0 2 C1 63 31
Octal 1 306 373 144 25 0 2 301 143 61
Binary 1 11000110 11111011 1100100 10101 0 10 11000001 1100011 110001

Color Harmonies of #01C6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C6FB

Black with #01C6FB

Text Example


Text Example

White with #01C6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,198,251); }

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

background-color css

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

 a { background-color: rgb(1,198,251); }

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

border-color css

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

 span { border-color: rgb(1,198,251); }

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