Html Css Color HEX #03BACA Iris Blue

📋 copy color: '#03BACA'

red 3 ◦ green 186 ◦ blue 202

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

Shades of Iris Blue #03BACA

Tints of Iris Blue #03BACA

RGB

 RED value IS 3 (1.56% from 255) = 0.77%

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

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

R = 0.77%
G = 47.57%
B = 51.66%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#03BACA (or 0x03BACA) is known color: Iris Blue. HEX triplet: 03, BA and CA. RGB value is (3,186,202). Sum of RGB (Red+Green+Blue) = 3+186+202=391 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #03BACA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BACA is #FC4535. Grayscale: #848484. Windows color (decimal): -16532790 or 13285891. OLE color: 13285891.

HSL color Cylindrical-coordinate representation of color #03BACA: hue angle of 184.82º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BACA is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 186 202 -
CMYK 0.99 0.08 0 0.21
HSL 184.82º 0.97% 0.4% -
HSV(B) 184.82º 0.99% 0.79% -
XYZ 28.26 39.4 61.99 -
YUV 133.11 166.87 35.2 -
System Red Green Blue C M Y K H S L
Decimal 3 186 202 0.99 0.08 0 0.21 184.82 0.97 0.4
Hex 3 BA CA 63 8 0 15 B9 61 28
Octal 3 272 312 143 10 0 25 271 141 50
Binary 11 10111010 11001010 1100011 1000 0 10101 10111001 1100001 101000

Color Harmonies of #03BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BACA

Black with #03BACA

Text Example


Text Example

White with #03BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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