Html Css Color HEX #01B2CA Iris Blue

📋 copy color: '#01B2CA'

red 1 ◦ green 178 ◦ blue 202

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

Shades of Iris Blue #01B2CA

Tints of Iris Blue #01B2CA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.72%

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

R = 0.26%
G = 46.72%
B = 53.02%

CMYK

 C value IS 1.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#01B2CA (or 0x01B2CA) is known color: Iris Blue. HEX triplet: 01, B2 and CA. RGB value is (1,178,202). Sum of RGB (Red+Green+Blue) = 1+178+202=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 202 (79.30% from 255 or 53.02% from 381); Max value from RGB is 202 - color contains mainly: blue. Hex color #01B2CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B2CA is #FE4D35. Grayscale: #7F7F7F. Windows color (decimal): -16665910 or 13283841. OLE color: 13283841.

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

Color convert

RGB 1 178 202 -
CMYK 1.00 0.12 0 0.21
HSL 187.16º 0.99% 0.4% -
HSV(B) 187.16º 1% 0.79% -
XYZ 26.59 36.11 61.45 -
YUV 127.81 169.86 37.55 -
System Red Green Blue C M Y K H S L
Decimal 1 178 202 1.00 0.12 0 0.21 187.16 0.99 0.4
Hex 1 B2 CA 64 C 0 15 BB 63 28
Octal 1 262 312 144 14 0 25 273 143 50
Binary 1 10110010 11001010 1100100 1100 0 10101 10111011 1100011 101000

Color Harmonies of #01B2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B2CA

Black with #01B2CA

Text Example


Text Example

White with #01B2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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