Html Css Color HEX #01BEBA Iris Blue

📋 copy color: '#01BEBA'

red 1 ◦ green 190 ◦ blue 186

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

Shades of Iris Blue #01BEBA

Tints of Iris Blue #01BEBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.34%

R = 0.27%
G = 50.4%
B = 49.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#01BEBA (or 0x01BEBA) is known color: Iris Blue. HEX triplet: 01, BE and BA. RGB value is (1,190,186). Sum of RGB (Red+Green+Blue) = 1+190+186=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 190 (74.61% from 255 or 50.40% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 190 - color contains mainly: green. Hex color #01BEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BEBA is #FE4145. Grayscale: #848484. Windows color (decimal): -16662854 or 12238337. OLE color: 12238337.

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

Color convert

RGB 1 190 186 -
CMYK 0.99 0 0.02 0.25
HSL 178.73º 0.99% 0.37% -
HSV(B) 178.73º 0.99% 0.75% -
XYZ 27.29 40.38 52.81 -
YUV 133.03 157.88 33.83 -
System Red Green Blue C M Y K H S L
Decimal 1 190 186 0.99 0 0.02 0.25 178.73 0.99 0.37
Hex 1 BE BA 63 0 2 19 B3 63 25
Octal 1 276 272 143 0 2 31 263 143 45
Binary 1 10111110 10111010 1100011 0 10 11001 10110011 1100011 100101

Color Harmonies of #01BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BEBA

Black with #01BEBA

Text Example


Text Example

White with #01BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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