Html Css Color HEX #01B2EF Deep Sky Blue

📋 copy color: '#01B2EF'

red 1 ◦ green 178 ◦ blue 239

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

Shades of Deep Sky Blue #01B2EF

Tints of Deep Sky Blue #01B2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.18%

R = 0.24%
G = 42.58%
B = 57.18%

CMYK

 C value IS 1.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#01B2EF (or 0x01B2EF) is known color: Deep Sky Blue. HEX triplet: 01, B2 and EF. RGB value is (1,178,239). Sum of RGB (Red+Green+Blue) = 1+178+239=418 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #01B2EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #01B2EF is #FE4D10. Grayscale: #838383. Windows color (decimal): -16665873 or 15708673. OLE color: 15708673.

HSL color Cylindrical-coordinate representation of color #01B2EF: hue angle of 195.38º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B2EF is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 178 239 -
CMYK 1.00 0.26 0 0.06
HSL 195.38º 0.99% 0.47% -
HSV(B) 195.38º 1% 0.94% -
XYZ 31.51 38.08 87.35 -
YUV 132.03 188.36 34.54 -
System Red Green Blue C M Y K H S L
Decimal 1 178 239 1.00 0.26 0 0.06 195.38 0.99 0.47
Hex 1 B2 EF 64 1A 0 6 C3 63 2F
Octal 1 262 357 144 32 0 6 303 143 57
Binary 1 10110010 11101111 1100100 11010 0 110 11000011 1100011 101111

Color Harmonies of #01B2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B2EF

Black with #01B2EF

Text Example


Text Example

White with #01B2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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