Html Css Color HEX #01B1F2 Deep Sky Blue

📋 copy color: '#01B1F2'

red 1 ◦ green 177 ◦ blue 242

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

Shades of Deep Sky Blue #01B1F2

Tints of Deep Sky Blue #01B1F2

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.14%

 BLUE value IS 242 (94.92% from 255) = 57.62%

R = 0.24%
G = 42.14%
B = 57.62%

CMYK

 C value IS 1.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#01B1F2 (or 0x01B1F2) is known color: Deep Sky Blue. HEX triplet: 01, B1 and F2. RGB value is (1,177,242). Sum of RGB (Red+Green+Blue) = 1+177+242=420 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 242 (94.92% from 255 or 57.62% from 420); Max value from RGB is 242 - color contains mainly: blue. Hex color #01B1F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01B1F2 is #FE4E0D. Grayscale: #838383. Windows color (decimal): -16666126 or 15905025. OLE color: 15905025.

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

Color convert

RGB 1 177 242 -
CMYK 1.00 0.27 0 0.05
HSL 196.18º 0.99% 0.48% -
HSV(B) 196.18º 1% 0.95% -
XYZ 31.76 37.86 89.64 -
YUV 131.79 190.19 34.71 -
System Red Green Blue C M Y K H S L
Decimal 1 177 242 1.00 0.27 0 0.05 196.18 0.99 0.48
Hex 1 B1 F2 64 1B 0 5 C4 63 30
Octal 1 261 362 144 33 0 5 304 143 60
Binary 1 10110001 11110010 1100100 11011 0 101 11000100 1100011 110000

Color Harmonies of #01B1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B1F2

Black with #01B1F2

Text Example


Text Example

White with #01B1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,177,242); }

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

background-color css

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

 a { background-color: rgb(1,177,242); }

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

border-color css

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

 span { border-color: rgb(1,177,242); }

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