Html Css Color HEX #01B2FA Deep Sky Blue

📋 copy color: '#01B2FA'

red 1 ◦ green 178 ◦ blue 250

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

Shades of Deep Sky Blue #01B2FA

Tints of Deep Sky Blue #01B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.49%

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

R = 0.23%
G = 41.49%
B = 58.28%

CMYK

 C value IS 1.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#01B2FA (or 0x01B2FA) is known color: Deep Sky Blue. HEX triplet: 01, B2 and FA. RGB value is (1,178,250). Sum of RGB (Red+Green+Blue) = 1+178+250=429 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 429); Green value is 178 (69.92% from 255 or 41.49% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #01B2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01B2FA is #FE4D05. Grayscale: #848484. Windows color (decimal): -16665862 or 16429569. OLE color: 16429569.

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

Color convert

RGB 1 178 250 -
CMYK 1.00 0.29 0 0.02
HSL 197.35º 0.99% 0.49% -
HSV(B) 197.35º 1% 0.98% -
XYZ 33.19 38.75 96.17 -
YUV 133.29 193.86 33.65 -
System Red Green Blue C M Y K H S L
Decimal 1 178 250 1.00 0.29 0 0.02 197.35 0.99 0.49
Hex 1 B2 FA 64 1D 0 2 C5 63 31
Octal 1 262 372 144 35 0 2 305 143 61
Binary 1 10110010 11111010 1100100 11101 0 10 11000101 1100011 110001

Color Harmonies of #01B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B2FA

Black with #01B2FA

Text Example


Text Example

White with #01B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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