Html Css Color HEX #01BDCB Iris Blue

📋 copy color: '#01BDCB'

red 1 ◦ green 189 ◦ blue 203

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

Shades of Iris Blue #01BDCB

Tints of Iris Blue #01BDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.65%

R = 0.25%
G = 48.09%
B = 51.65%

CMYK

 C value IS 1.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#01BDCB (or 0x01BDCB) is known color: Iris Blue. HEX triplet: 01, BD and CB. RGB value is (1,189,203). Sum of RGB (Red+Green+Blue) = 1+189+203=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 189 (74.22% from 255 or 48.09% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #01BDCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BDCB is #FE4234. Grayscale: #868686. Windows color (decimal): -16663093 or 13352193. OLE color: 13352193.

HSL color Cylindrical-coordinate representation of color #01BDCB: hue angle of 184.16º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BDCB is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 189 203 -
CMYK 1.00 0.07 0 0.20
HSL 184.16º 0.99% 0.4% -
HSV(B) 184.16º 1% 0.8% -
XYZ 28.99 40.71 62.83 -
YUV 134.38 166.72 32.86 -
System Red Green Blue C M Y K H S L
Decimal 1 189 203 1.00 0.07 0 0.20 184.16 0.99 0.4
Hex 1 BD CB 64 7 0 14 B8 63 28
Octal 1 275 313 144 7 0 24 270 143 50
Binary 1 10111101 11001011 1100100 111 0 10100 10111000 1100011 101000

Color Harmonies of #01BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BDCB

Black with #01BDCB

Text Example


Text Example

White with #01BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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