Html Css Color HEX #01BDC1 Iris Blue

📋 copy color: '#01BDC1'

red 1 ◦ green 189 ◦ blue 193

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

Shades of Iris Blue #01BDC1

Tints of Iris Blue #01BDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.39%

R = 0.26%
G = 49.35%
B = 50.39%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#01BDC1 (or 0x01BDC1) is known color: Iris Blue. HEX triplet: 01, BD and C1. RGB value is (1,189,193). Sum of RGB (Red+Green+Blue) = 1+189+193=383 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #01BDC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BDC1 is #FE423E. Grayscale: #858585. Windows color (decimal): -16663103 or 12696833. OLE color: 12696833.

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

Color convert

RGB 1 189 193 -
CMYK 0.99 0.02 0 0.24
HSL 181.25º 0.99% 0.38% -
HSV(B) 181.25º 0.99% 0.76% -
XYZ 27.84 40.25 56.75 -
YUV 133.24 161.72 33.67 -
System Red Green Blue C M Y K H S L
Decimal 1 189 193 0.99 0.02 0 0.24 181.25 0.99 0.38
Hex 1 BD C1 63 2 0 18 B5 63 26
Octal 1 275 301 143 2 0 30 265 143 46
Binary 1 10111101 11000001 1100011 10 0 11000 10110101 1100011 100110

Color Harmonies of #01BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BDC1

Black with #01BDC1

Text Example


Text Example

White with #01BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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