Html Css Color HEX #01BEBD Iris Blue

📋 copy color: '#01BEBD'

red 1 ◦ green 190 ◦ blue 189

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

Shades of Iris Blue #01BEBD

Tints of Iris Blue #01BEBD

RGB

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

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

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

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

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #01BEBD: hue angle of 179.68º 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 #01BEBD is Cyan = 0.99, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 190 189 -
CMYK 0.99 0 0.01 0.25
HSL 179.68º 0.99% 0.37% -
HSV(B) 179.68º 0.99% 0.75% -
XYZ 27.61 40.51 54.51 -
YUV 133.38 159.38 33.58 -
System Red Green Blue C M Y K H S L
Decimal 1 190 189 0.99 0 0.01 0.25 179.68 0.99 0.37
Hex 1 BE BD 63 0 1 19 B4 63 25
Octal 1 276 275 143 0 1 31 264 143 45
Binary 1 10111110 10111101 1100011 0 1 11001 10110100 1100011 100101

Color Harmonies of #01BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BEBD

Black with #01BEBD

Text Example


Text Example

White with #01BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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