Html Css Color HEX #01B0FA Deep Sky Blue

📋 copy color: '#01B0FA'

red 1 ◦ green 176 ◦ blue 250

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

Shades of Deep Sky Blue #01B0FA

Tints of Deep Sky Blue #01B0FA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.22%

 BLUE value IS 250 (98.05% from 255) = 58.55%

R = 0.23%
G = 41.22%
B = 58.55%

CMYK

 C value IS 1.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#01B0FA (or 0x01B0FA) is known color: Deep Sky Blue. HEX triplet: 01, B0 and FA. RGB value is (1,176,250). Sum of RGB (Red+Green+Blue) = 1+176+250=427 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #01B0FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01B0FA is #FE4F05. Grayscale: #838383. Windows color (decimal): -16666374 or 16429057. OLE color: 16429057.

HSL color Cylindrical-coordinate representation of color #01B0FA: hue angle of 197.83º 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 #01B0FA is Cyan = 1.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 176 250 -
CMYK 1.00 0.30 0 0.02
HSL 197.83º 0.99% 0.49% -
HSV(B) 197.83º 1% 0.98% -
XYZ 32.79 37.96 96.04 -
YUV 132.11 194.52 34.48 -
System Red Green Blue C M Y K H S L
Decimal 1 176 250 1.00 0.30 0 0.02 197.83 0.99 0.49
Hex 1 B0 FA 64 1E 0 2 C6 63 31
Octal 1 260 372 144 36 0 2 306 143 61
Binary 1 10110000 11111010 1100100 11110 0 10 11000110 1100011 110001

Color Harmonies of #01B0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B0FA

Black with #01B0FA

Text Example


Text Example

White with #01B0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,176,250); }

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

background-color css

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

 a { background-color: rgb(1,176,250); }

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

border-color css

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

 span { border-color: rgb(1,176,250); }

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