Html Css Color HEX #03BAD2 Iris Blue

📋 copy color: '#03BAD2'

red 3 ◦ green 186 ◦ blue 210

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

Shades of Iris Blue #03BAD2

Tints of Iris Blue #03BAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.63%

R = 0.75%
G = 46.62%
B = 52.63%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#03BAD2 (or 0x03BAD2) is known color: Iris Blue. HEX triplet: 03, BA and D2. RGB value is (3,186,210). Sum of RGB (Red+Green+Blue) = 3+186+210=399 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 210 (82.42% from 255 or 52.63% from 399); Max value from RGB is 210 - color contains mainly: blue. Hex color #03BAD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BAD2 is #FC452D. Grayscale: #858585. Windows color (decimal): -16532782 or 13810179. OLE color: 13810179.

HSL color Cylindrical-coordinate representation of color #03BAD2: hue angle of 186.96º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BAD2 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 186 210 -
CMYK 0.99 0.11 0 0.18
HSL 186.96º 0.97% 0.42% -
HSV(B) 186.96º 0.99% 0.82% -
XYZ 29.23 39.79 67.11 -
YUV 134.02 170.87 34.55 -
System Red Green Blue C M Y K H S L
Decimal 3 186 210 0.99 0.11 0 0.18 186.96 0.97 0.42
Hex 3 BA D2 63 B 0 12 BB 61 2A
Octal 3 272 322 143 13 0 22 273 141 52
Binary 11 10111010 11010010 1100011 1011 0 10010 10111011 1100001 101010

Color Harmonies of #03BAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BAD2

Black with #03BAD2

Text Example


Text Example

White with #03BAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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