Html Css Color HEX #01B2FC Deep Sky Blue

📋 copy color: '#01B2FC'

red 1 ◦ green 178 ◦ blue 252

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

Shades of Deep Sky Blue #01B2FC

Tints of Deep Sky Blue #01B2FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 58.47%

R = 0.23%
G = 41.3%
B = 58.47%

CMYK

 C value IS 1.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#01B2FC (or 0x01B2FC) is known color: Deep Sky Blue. HEX triplet: 01, B2 and FC. RGB value is (1,178,252). Sum of RGB (Red+Green+Blue) = 1+178+252=431 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 431); Green value is 178 (69.92% from 255 or 41.30% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #01B2FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01B2FC is #FE4D03. Grayscale: #858585. Windows color (decimal): -16665860 or 16560641. OLE color: 16560641.

HSL color Cylindrical-coordinate representation of color #01B2FC: hue angle of 197.69º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B2FC is Cyan = 1.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 178 252 -
CMYK 1.00 0.29 0 0.01
HSL 197.69º 0.99% 0.5% -
HSV(B) 197.69º 1% 0.99% -
XYZ 33.5 38.88 97.83 -
YUV 133.51 194.86 33.48 -
System Red Green Blue C M Y K H S L
Decimal 1 178 252 1.00 0.29 0 0.01 197.69 0.99 0.5
Hex 1 B2 FC 64 1D 0 1 C6 63 32
Octal 1 262 374 144 35 0 1 306 143 62
Binary 1 10110010 11111100 1100100 11101 0 1 11000110 1100011 110010

Color Harmonies of #01B2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B2FC

Black with #01B2FC

Text Example


Text Example

White with #01B2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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