Html Css Color HEX #01BCBE Iris Blue

📋 copy color: '#01BCBE'

red 1 ◦ green 188 ◦ blue 190

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

Shades of Iris Blue #01BCBE

Tints of Iris Blue #01BCBE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.6%

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

R = 0.26%
G = 49.6%
B = 50.13%

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

#01BCBE (or 0x01BCBE) is known color: Iris Blue. HEX triplet: 01, BC and BE. RGB value is (1,188,190). Sum of RGB (Red+Green+Blue) = 1+188+190=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #01BCBE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BCBE is #FE4341. Grayscale: #848484. Windows color (decimal): -16663362 or 12499969. OLE color: 12499969.

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

Color convert

RGB 1 188 190 -
CMYK 0.99 0.01 0 0.25
HSL 180.63º 0.99% 0.37% -
HSV(B) 180.63º 0.99% 0.75% -
XYZ 27.29 39.69 54.94 -
YUV 132.32 160.55 34.34 -
System Red Green Blue C M Y K H S L
Decimal 1 188 190 0.99 0.01 0 0.25 180.63 0.99 0.37
Hex 1 BC BE 63 1 0 19 B5 63 25
Octal 1 274 276 143 1 0 31 265 143 45
Binary 1 10111100 10111110 1100011 1 0 11001 10110101 1100011 100101

Color Harmonies of #01BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BCBE

Black with #01BCBE

Text Example


Text Example

White with #01BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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