Html Css Color HEX #03BADC Iris Blue

📋 copy color: '#03BADC'

red 3 ◦ green 186 ◦ blue 220

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

Shades of Iris Blue #03BADC

Tints of Iris Blue #03BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.79%

R = 0.73%
G = 45.48%
B = 53.79%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#03BADC (or 0x03BADC) is known color: Iris Blue. HEX triplet: 03, BA and DC. RGB value is (3,186,220). Sum of RGB (Red+Green+Blue) = 3+186+220=409 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.73% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #03BADC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BADC is #FC4523. Grayscale: #868686. Windows color (decimal): -16532772 or 14465539. OLE color: 14465539.

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

Color convert

RGB 3 186 220 -
CMYK 0.99 0.15 0 0.14
HSL 189.4º 0.97% 0.44% -
HSV(B) 189.4º 0.99% 0.86% -
XYZ 30.51 40.3 73.88 -
YUV 135.16 175.87 33.74 -
System Red Green Blue C M Y K H S L
Decimal 3 186 220 0.99 0.15 0 0.14 189.4 0.97 0.44
Hex 3 BA DC 63 F 0 E BD 61 2C
Octal 3 272 334 143 17 0 16 275 141 54
Binary 11 10111010 11011100 1100011 1111 0 1110 10111101 1100001 101100

Color Harmonies of #03BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BADC

Black with #03BADC

Text Example


Text Example

White with #03BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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