Html Css Color HEX #01BEBE Iris Blue

📋 copy color: '#01BEBE'

red 1 ◦ green 190 ◦ blue 190

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

Shades of Iris Blue #01BEBE

Tints of Iris Blue #01BEBE

RGB

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

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

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

R = 0.26%
G = 49.87%
B = 49.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#01BEBE (or 0x01BEBE) is known color: Iris Blue. HEX triplet: 01, BE and BE. RGB value is (1,190,190). Sum of RGB (Red+Green+Blue) = 1+190+190=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #01BEBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BEBE is #FE4141. Grayscale: #858585. Windows color (decimal): -16662850 or 12500481. OLE color: 12500481.

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

Color convert

RGB 1 190 190 -
CMYK 0.99 0 0 0.25
HSL 180º 0.99% 0.37% -
HSV(B) 180º 0.99% 0.75% -
XYZ 27.72 40.55 55.08 -
YUV 133.49 159.88 33.5 -
System Red Green Blue C M Y K H S L
Decimal 1 190 190 0.99 0 0 0.25 180 0.99 0.37
Hex 1 BE BE 63 0 0 19 B4 63 25
Octal 1 276 276 143 0 0 31 264 143 45
Binary 1 10111110 10111110 1100011 0 0 11001 10110100 1100011 100101

Color Harmonies of #01BEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BEBE

Black with #01BEBE

Text Example


Text Example

White with #01BEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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