Html Css Color HEX #03BAE1 Iris Blue

📋 copy color: '#03BAE1'

red 3 ◦ green 186 ◦ blue 225

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

Shades of Iris Blue #03BAE1

Tints of Iris Blue #03BAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 54.35%

R = 0.72%
G = 44.93%
B = 54.35%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#03BAE1 (or 0x03BAE1) is known color: Iris Blue. HEX triplet: 03, BA and E1. RGB value is (3,186,225). Sum of RGB (Red+Green+Blue) = 3+186+225=414 (54% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 225 (88.28% from 255 or 54.35% from 414); Max value from RGB is 225 - color contains mainly: blue. Hex color #03BAE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BAE1 is #FC451E. Grayscale: #878787. Windows color (decimal): -16532767 or 14793219. OLE color: 14793219.

HSL color Cylindrical-coordinate representation of color #03BAE1: hue angle of 190.54º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BAE1 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 186 225 -
CMYK 0.99 0.17 0 0.12
HSL 190.54º 0.97% 0.45% -
HSV(B) 190.54º 0.99% 0.88% -
XYZ 31.19 40.57 77.42 -
YUV 135.73 178.37 33.33 -
System Red Green Blue C M Y K H S L
Decimal 3 186 225 0.99 0.17 0 0.12 190.54 0.97 0.45
Hex 3 BA E1 63 11 0 C BF 61 2D
Octal 3 272 341 143 21 0 14 277 141 55
Binary 11 10111010 11100001 1100011 10001 0 1100 10111111 1100001 101101

Color Harmonies of #03BAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BAE1

Black with #03BAE1

Text Example


Text Example

White with #03BAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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