Html Css Color HEX #01B5CA Iris Blue

📋 copy color: '#01B5CA'

red 1 ◦ green 181 ◦ blue 202

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

Shades of Iris Blue #01B5CA

Tints of Iris Blue #01B5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.6%

R = 0.26%
G = 47.14%
B = 52.6%

CMYK

 C value IS 1.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#01B5CA (or 0x01B5CA) is known color: Iris Blue. HEX triplet: 01, B5 and CA. RGB value is (1,181,202). Sum of RGB (Red+Green+Blue) = 1+181+202=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 202 (79.30% from 255 or 52.60% from 384); Max value from RGB is 202 - color contains mainly: blue. Hex color #01B5CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B5CA is #FE4A35. Grayscale: #818181. Windows color (decimal): -16665142 or 13284609. OLE color: 13284609.

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

Color convert

RGB 1 181 202 -
CMYK 1.00 0.10 0 0.21
HSL 186.27º 0.99% 0.4% -
HSV(B) 186.27º 1% 0.79% -
XYZ 27.2 37.32 61.65 -
YUV 129.57 168.87 36.29 -
System Red Green Blue C M Y K H S L
Decimal 1 181 202 1.00 0.10 0 0.21 186.27 0.99 0.4
Hex 1 B5 CA 64 A 0 15 BA 63 28
Octal 1 265 312 144 12 0 25 272 143 50
Binary 1 10110101 11001010 1100100 1010 0 10101 10111010 1100011 101000

Color Harmonies of #01B5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B5CA

Black with #01B5CA

Text Example


Text Example

White with #01B5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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