Html Css Color HEX #01B0BC Iris Blue

📋 copy color: '#01B0BC'

red 1 ◦ green 176 ◦ blue 188

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

Shades of Iris Blue #01B0BC

Tints of Iris Blue #01B0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.22%

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

R = 0.27%
G = 48.22%
B = 51.51%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#01B0BC (or 0x01B0BC) is known color: Iris Blue. HEX triplet: 01, B0 and BC. RGB value is (1,176,188). Sum of RGB (Red+Green+Blue) = 1+176+188=365 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #01B0BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B0BC is #FE4F43. Grayscale: #7C7C7C. Windows color (decimal): -16666436 or 12365825. OLE color: 12365825.

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

Color convert

RGB 1 176 188 -
CMYK 0.99 0.06 0 0.26
HSL 183.85º 0.99% 0.37% -
HSV(B) 183.85º 0.99% 0.74% -
XYZ 24.61 34.69 52.98 -
YUV 125.04 163.52 39.52 -
System Red Green Blue C M Y K H S L
Decimal 1 176 188 0.99 0.06 0 0.26 183.85 0.99 0.37
Hex 1 B0 BC 63 6 0 1A B8 63 25
Octal 1 260 274 143 6 0 32 270 143 45
Binary 1 10110000 10111100 1100011 110 0 11010 10111000 1100011 100101

Color Harmonies of #01B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B0BC

Black with #01B0BC

Text Example


Text Example

White with #01B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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