Html Css Color HEX #03BAD0 Iris Blue

📋 copy color: '#03BAD0'

red 3 ◦ green 186 ◦ blue 208

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

Shades of Iris Blue #03BAD0

Tints of Iris Blue #03BAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52.39%

R = 0.76%
G = 46.85%
B = 52.39%

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

#03BAD0 (or 0x03BAD0) is known color: Iris Blue. HEX triplet: 03, BA and D0. RGB value is (3,186,208). Sum of RGB (Red+Green+Blue) = 3+186+208=397 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 208 (81.64% from 255 or 52.39% from 397); Max value from RGB is 208 - color contains mainly: blue. Hex color #03BAD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BAD0 is #FC452F. Grayscale: #858585. Windows color (decimal): -16532784 or 13679107. OLE color: 13679107.

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

Color convert

RGB 3 186 208 -
CMYK 0.99 0.11 0 0.18
HSL 186.44º 0.97% 0.41% -
HSV(B) 186.44º 0.99% 0.82% -
XYZ 28.98 39.69 65.81 -
YUV 133.79 169.87 34.71 -
System Red Green Blue C M Y K H S L
Decimal 3 186 208 0.99 0.11 0 0.18 186.44 0.97 0.41
Hex 3 BA D0 63 B 0 12 BA 61 29
Octal 3 272 320 143 13 0 22 272 141 51
Binary 11 10111010 11010000 1100011 1011 0 10010 10111010 1100001 101001

Color Harmonies of #03BAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BAD0

Black with #03BAD0

Text Example


Text Example

White with #03BAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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