Html Css Color HEX #03BCE1 Iris Blue

📋 copy color: '#03BCE1'

red 3 ◦ green 188 ◦ blue 225

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

Shades of Iris Blue #03BCE1

Tints of Iris Blue #03BCE1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.19%

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

R = 0.72%
G = 45.19%
B = 54.09%

CMYK

 C value IS 0.99

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#03BCE1 (or 0x03BCE1) is known color: Iris Blue. HEX triplet: 03, BC and E1. RGB value is (3,188,225). Sum of RGB (Red+Green+Blue) = 3+188+225=416 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 416); Green value is 188 (73.83% from 255 or 45.19% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #03BCE1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BCE1 is #FC431E. Grayscale: #888888. Windows color (decimal): -16532255 or 14793731. OLE color: 14793731.

HSL color Cylindrical-coordinate representation of color #03BCE1: hue angle of 190º 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 #03BCE1 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 3 188 225 -
CMYK 0.99 0.16 0 0.12
HSL 190º 0.97% 0.45% -
HSV(B) 190º 0.99% 0.88% -
XYZ 31.61 41.42 77.56 -
YUV 136.9 177.71 32.49 -
System Red Green Blue C M Y K H S L
Decimal 3 188 225 0.99 0.16 0 0.12 190 0.97 0.45
Hex 3 BC E1 63 10 0 C BE 61 2D
Octal 3 274 341 143 20 0 14 276 141 55
Binary 11 10111100 11100001 1100011 10000 0 1100 10111110 1100001 101101

Color Harmonies of #03BCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCE1

Black with #03BCE1

Text Example


Text Example

White with #03BCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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