Html Css Color HEX #01B9CA Iris Blue

📋 copy color: '#01B9CA'

red 1 ◦ green 185 ◦ blue 202

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

Shades of Iris Blue #01B9CA

Tints of Iris Blue #01B9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.68%

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

R = 0.26%
G = 47.68%
B = 52.06%

CMYK

 C value IS 1.00

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#01B9CA (or 0x01B9CA) is known color: Iris Blue. HEX triplet: 01, B9 and CA. RGB value is (1,185,202). Sum of RGB (Red+Green+Blue) = 1+185+202=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #01B9CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B9CA is #FE4635. Grayscale: #838383. Windows color (decimal): -16664118 or 13285633. OLE color: 13285633.

HSL color Cylindrical-coordinate representation of color #01B9CA: hue angle of 185.07º 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 #01B9CA is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 185 202 -
CMYK 1.00 0.08 0 0.21
HSL 185.07º 0.99% 0.4% -
HSV(B) 185.07º 1% 0.79% -
XYZ 28.02 38.97 61.92 -
YUV 131.92 167.54 34.62 -
System Red Green Blue C M Y K H S L
Decimal 1 185 202 1.00 0.08 0 0.21 185.07 0.99 0.4
Hex 1 B9 CA 64 8 0 15 B9 63 28
Octal 1 271 312 144 10 0 25 271 143 50
Binary 1 10111001 11001010 1100100 1000 0 10101 10111001 1100011 101000

Color Harmonies of #01B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B9CA

Black with #01B9CA

Text Example


Text Example

White with #01B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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