Html Css Color HEX #01BBAF Iris Blue

📋 copy color: '#01BBAF'

red 1 ◦ green 187 ◦ blue 175

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

Shades of Iris Blue #01BBAF

Tints of Iris Blue #01BBAF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 51.52%

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 0.28%
G = 51.52%
B = 48.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#01BBAF (or 0x01BBAF) is known color: Iris Blue. HEX triplet: 01, BB and AF. RGB value is (1,187,175). Sum of RGB (Red+Green+Blue) = 1+187+175=363 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #01BBAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01BBAF is #FE4450. Grayscale: #818181. Windows color (decimal): -16663633 or 11516673. OLE color: 11516673.

HSL color Cylindrical-coordinate representation of color #01BBAF: hue angle of 176.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BBAF is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 187 175 -
CMYK 0.99 0 0.06 0.27
HSL 176.13º 0.99% 0.37% -
HSV(B) 176.13º 0.99% 0.73% -
XYZ 25.52 38.64 46.67 -
YUV 130.02 153.38 35.98 -
System Red Green Blue C M Y K H S L
Decimal 1 187 175 0.99 0 0.06 0.27 176.13 0.99 0.37
Hex 1 BB AF 63 0 6 1B B0 63 25
Octal 1 273 257 143 0 6 33 260 143 45
Binary 1 10111011 10101111 1100011 0 110 11011 10110000 1100011 100101

Color Harmonies of #01BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BBAF

Black with #01BBAF

Text Example


Text Example

White with #01BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,187,175); }

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

background-color css

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

 a { background-color: rgb(1,187,175); }

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

border-color css

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

 span { border-color: rgb(1,187,175); }

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