Html Css Color HEX #01B2BC Iris Blue

📋 copy color: '#01B2BC'

red 1 ◦ green 178 ◦ blue 188

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

Shades of Iris Blue #01B2BC

Tints of Iris Blue #01B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.5%

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 0.27%
G = 48.5%
B = 51.23%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#01B2BC (or 0x01B2BC) is known color: Iris Blue. HEX triplet: 01, B2 and BC. RGB value is (1,178,188). Sum of RGB (Red+Green+Blue) = 1+178+188=367 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 367); Green value is 178 (69.92% from 255 or 48.50% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #01B2BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B2BC is #FE4D43. Grayscale: #7E7E7E. Windows color (decimal): -16665924 or 12366337. OLE color: 12366337.

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

Color convert

RGB 1 178 188 -
CMYK 0.99 0.05 0 0.26
HSL 183.21º 0.99% 0.37% -
HSV(B) 183.21º 0.99% 0.74% -
XYZ 25.01 35.48 53.11 -
YUV 126.22 162.86 38.69 -
System Red Green Blue C M Y K H S L
Decimal 1 178 188 0.99 0.05 0 0.26 183.21 0.99 0.37
Hex 1 B2 BC 63 5 0 1A B7 63 25
Octal 1 262 274 143 5 0 32 267 143 45
Binary 1 10110010 10111100 1100011 101 0 11010 10110111 1100011 100101

Color Harmonies of #01B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B2BC

Black with #01B2BC

Text Example


Text Example

White with #01B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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