Html Css Color HEX #01BACA Iris Blue

📋 copy color: '#01BACA'

red 1 ◦ green 186 ◦ blue 202

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

Shades of Iris Blue #01BACA

Tints of Iris Blue #01BACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.81%

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

R = 0.26%
G = 47.81%
B = 51.93%

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

#01BACA (or 0x01BACA) is known color: Iris Blue. HEX triplet: 01, BA and CA. RGB value is (1,186,202). Sum of RGB (Red+Green+Blue) = 1+186+202=389 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #01BACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BACA is #FE4535. Grayscale: #848484. Windows color (decimal): -16663862 or 13285889. OLE color: 13285889.

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

Color convert

RGB 1 186 202 -
CMYK 1.00 0.08 0 0.21
HSL 184.78º 0.99% 0.4% -
HSV(B) 184.78º 1% 0.79% -
XYZ 28.23 39.39 61.99 -
YUV 132.51 167.21 34.2 -
System Red Green Blue C M Y K H S L
Decimal 1 186 202 1.00 0.08 0 0.21 184.78 0.99 0.4
Hex 1 BA CA 64 8 0 15 B9 63 28
Octal 1 272 312 144 10 0 25 271 143 50
Binary 1 10111010 11001010 1100100 1000 0 10101 10111001 1100011 101000

Color Harmonies of #01BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BACA

Black with #01BACA

Text Example


Text Example

White with #01BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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