Html Css Color HEX #01B5D3 Iris Blue

📋 copy color: '#01B5D3'

red 1 ◦ green 181 ◦ blue 211

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

Shades of Iris Blue #01B5D3

Tints of Iris Blue #01B5D3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.06%

 BLUE value IS 211 (82.81% from 255) = 53.69%

R = 0.25%
G = 46.06%
B = 53.69%

CMYK

 C value IS 1.00

 M value IS 0.14

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#01B5D3 (or 0x01B5D3) is known color: Iris Blue. HEX triplet: 01, B5 and D3. RGB value is (1,181,211). Sum of RGB (Red+Green+Blue) = 1+181+211=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 181 (71.09% from 255 or 46.06% from 393); Blue value is 211 (82.81% from 255 or 53.69% from 393); Max value from RGB is 211 - color contains mainly: blue. Hex color #01B5D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B5D3 is #FE4A2C. Grayscale: #828282. Windows color (decimal): -16665133 or 13874433. OLE color: 13874433.

HSL color Cylindrical-coordinate representation of color #01B5D3: hue angle of 188.57º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B5D3 is Cyan = 1.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 1 181 211 -
CMYK 1.00 0.14 0 0.17
HSL 188.57º 0.99% 0.42% -
HSV(B) 188.57º 1% 0.83% -
XYZ 28.29 37.76 67.42 -
YUV 130.6 173.37 35.56 -
System Red Green Blue C M Y K H S L
Decimal 1 181 211 1.00 0.14 0 0.17 188.57 0.99 0.42
Hex 1 B5 D3 64 E 0 11 BD 63 2A
Octal 1 265 323 144 16 0 21 275 143 52
Binary 1 10110101 11010011 1100100 1110 0 10001 10111101 1100011 101010

Color Harmonies of #01B5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B5D3

Black with #01B5D3

Text Example


Text Example

White with #01B5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,181,211); }

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

background-color css

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

 a { background-color: rgb(1,181,211); }

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

border-color css

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

 span { border-color: rgb(1,181,211); }

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