Html Css Color HEX #01BDBE Iris Blue

📋 copy color: '#01BDBE'

red 1 ◦ green 189 ◦ blue 190

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

Shades of Iris Blue #01BDBE

Tints of Iris Blue #01BDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50%

R = 0.26%
G = 49.74%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#01BDBE (or 0x01BDBE) is known color: Iris Blue. HEX triplet: 01, BD and BE. RGB value is (1,189,190). Sum of RGB (Red+Green+Blue) = 1+189+190=380 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 380); Green value is 189 (74.22% from 255 or 49.74% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #01BDBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BDBE is #FE4241. Grayscale: #848484. Windows color (decimal): -16663106 or 12500225. OLE color: 12500225.

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

Color convert

RGB 1 189 190 -
CMYK 0.99 0.01 0 0.25
HSL 180.32º 0.99% 0.37% -
HSV(B) 180.32º 0.99% 0.75% -
XYZ 27.5 40.12 55.01 -
YUV 132.9 160.22 33.92 -
System Red Green Blue C M Y K H S L
Decimal 1 189 190 0.99 0.01 0 0.25 180.32 0.99 0.37
Hex 1 BD BE 63 1 0 19 B4 63 25
Octal 1 275 276 143 1 0 31 264 143 45
Binary 1 10111101 10111110 1100011 1 0 11001 10110100 1100011 100101

Color Harmonies of #01BDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BDBE

Black with #01BDBE

Text Example


Text Example

White with #01BDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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