Html Css Color HEX #03BADD Iris Blue

📋 copy color: '#03BADD'

red 3 ◦ green 186 ◦ blue 221

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

Shades of Iris Blue #03BADD

Tints of Iris Blue #03BADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.9%

R = 0.73%
G = 45.37%
B = 53.9%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#03BADD (or 0x03BADD) is known color: Iris Blue. HEX triplet: 03, BA and DD. RGB value is (3,186,221). Sum of RGB (Red+Green+Blue) = 3+186+221=410 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 221 (86.72% from 255 or 53.90% from 410); Max value from RGB is 221 - color contains mainly: blue. Hex color #03BADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BADD is #FC4522. Grayscale: #868686. Windows color (decimal): -16532771 or 14531075. OLE color: 14531075.

HSL color Cylindrical-coordinate representation of color #03BADD: hue angle of 189.63º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BADD is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 186 221 -
CMYK 0.99 0.16 0 0.13
HSL 189.63º 0.97% 0.44% -
HSV(B) 189.63º 0.99% 0.87% -
XYZ 30.65 40.36 74.58 -
YUV 135.27 176.37 33.65 -
System Red Green Blue C M Y K H S L
Decimal 3 186 221 0.99 0.16 0 0.13 189.63 0.97 0.44
Hex 3 BA DD 63 10 0 D BE 61 2C
Octal 3 272 335 143 20 0 15 276 141 54
Binary 11 10111010 11011101 1100011 10000 0 1101 10111110 1100001 101100

Color Harmonies of #03BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BADD

Black with #03BADD

Text Example


Text Example

White with #03BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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