Html Css Color HEX #01BDC2 Iris Blue

📋 copy color: '#01BDC2'

red 1 ◦ green 189 ◦ blue 194

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

Shades of Iris Blue #01BDC2

Tints of Iris Blue #01BDC2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.22%

 BLUE value IS 194 (76.17% from 255) = 50.52%

R = 0.26%
G = 49.22%
B = 50.52%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#01BDC2 (or 0x01BDC2) is known color: Iris Blue. HEX triplet: 01, BD and C2. RGB value is (1,189,194). Sum of RGB (Red+Green+Blue) = 1+189+194=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 194 (76.17% from 255 or 50.52% from 384); Max value from RGB is 194 - color contains mainly: blue. Hex color #01BDC2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BDC2 is #FE423D. Grayscale: #858585. Windows color (decimal): -16663102 or 12762369. OLE color: 12762369.

HSL color Cylindrical-coordinate representation of color #01BDC2: hue angle of 181.55º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BDC2 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 189 194 -
CMYK 0.99 0.03 0 0.24
HSL 181.55º 0.99% 0.38% -
HSV(B) 181.55º 0.99% 0.76% -
XYZ 27.95 40.3 57.34 -
YUV 133.36 162.22 33.59 -
System Red Green Blue C M Y K H S L
Decimal 1 189 194 0.99 0.03 0 0.24 181.55 0.99 0.38
Hex 1 BD C2 63 3 0 18 B6 63 26
Octal 1 275 302 143 3 0 30 266 143 46
Binary 1 10111101 11000010 1100011 11 0 11000 10110110 1100011 100110

Color Harmonies of #01BDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BDC2

Black with #01BDC2

Text Example


Text Example

White with #01BDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,189,194); }

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

background-color css

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

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

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

border-color css

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

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

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