Html Css Color HEX #01B2B5 Iris Blue

📋 copy color: '#01B2B5'

red 1 ◦ green 178 ◦ blue 181

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

Shades of Iris Blue #01B2B5

Tints of Iris Blue #01B2B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.28%

R = 0.28%
G = 49.44%
B = 50.28%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#01B2B5 (or 0x01B2B5) is known color: Iris Blue. HEX triplet: 01, B2 and B5. RGB value is (1,178,181). Sum of RGB (Red+Green+Blue) = 1+178+181=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 178 (69.92% from 255 or 49.44% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #01B2B5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B2B5 is #FE4D4A. Grayscale: #7D7D7D. Windows color (decimal): -16665931 or 11907585. OLE color: 11907585.

HSL color Cylindrical-coordinate representation of color #01B2B5: hue angle of 181º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B2B5 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 178 181 -
CMYK 0.99 0.02 0 0.29
HSL 181º 0.99% 0.36% -
HSV(B) 181º 0.99% 0.71% -
XYZ 24.27 35.18 49.23 -
YUV 125.42 159.36 39.26 -
System Red Green Blue C M Y K H S L
Decimal 1 178 181 0.99 0.02 0 0.29 181 0.99 0.36
Hex 1 B2 B5 63 2 0 1D B5 63 24
Octal 1 262 265 143 2 0 35 265 143 44
Binary 1 10110010 10110101 1100011 10 0 11101 10110101 1100011 100100

Color Harmonies of #01B2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B2B5

Black with #01B2B5

Text Example


Text Example

White with #01B2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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