Html Css Color HEX #01BDB6 Iris Blue

📋 copy color: '#01BDB6'

red 1 ◦ green 189 ◦ blue 182

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

Shades of Iris Blue #01BDB6

Tints of Iris Blue #01BDB6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.81%

 BLUE value IS 182 (71.48% from 255) = 48.92%

R = 0.27%
G = 50.81%
B = 48.92%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#01BDB6 (or 0x01BDB6) is known color: Iris Blue. HEX triplet: 01, BD and B6. RGB value is (1,189,182). Sum of RGB (Red+Green+Blue) = 1+189+182=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #01BDB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BDB6 is #FE4249. Grayscale: #838383. Windows color (decimal): -16663114 or 11975937. OLE color: 11975937.

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

Color convert

RGB 1 189 182 -
CMYK 0.99 0 0.04 0.26
HSL 177.77º 0.99% 0.37% -
HSV(B) 177.77º 0.99% 0.74% -
XYZ 26.65 39.78 50.53 -
YUV 131.99 156.22 34.57 -
System Red Green Blue C M Y K H S L
Decimal 1 189 182 0.99 0 0.04 0.26 177.77 0.99 0.37
Hex 1 BD B6 63 0 4 1A B2 63 25
Octal 1 275 266 143 0 4 32 262 143 45
Binary 1 10111101 10110110 1100011 0 100 11010 10110010 1100011 100101

Color Harmonies of #01BDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BDB6

Black with #01BDB6

Text Example


Text Example

White with #01BDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,189,182); }

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

background-color css

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

 a { background-color: rgb(1,189,182); }

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

border-color css

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

 span { border-color: rgb(1,189,182); }

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