Html Css Color HEX #03B5D9 Iris Blue

📋 copy color: '#03B5D9'

red 3 ◦ green 181 ◦ blue 217

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

Shades of Iris Blue #03B5D9

Tints of Iris Blue #03B5D9

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.14%

 BLUE value IS 217 (85.16% from 255) = 54.11%

R = 0.75%
G = 45.14%
B = 54.11%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#03B5D9 (or 0x03B5D9) is known color: Iris Blue. HEX triplet: 03, B5 and D9. RGB value is (3,181,217). Sum of RGB (Red+Green+Blue) = 3+181+217=401 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 217 (85.16% from 255 or 54.11% from 401); Max value from RGB is 217 - color contains mainly: blue. Hex color #03B5D9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03B5D9 is #FC4A26. Grayscale: #838383. Windows color (decimal): -16534055 or 14267651. OLE color: 14267651.

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

Color convert

RGB 3 181 217 -
CMYK 0.99 0.17 0 0.15
HSL 190.09º 0.97% 0.43% -
HSV(B) 190.09º 0.99% 0.85% -
XYZ 29.09 38.08 71.46 -
YUV 131.88 176.03 36.07 -
System Red Green Blue C M Y K H S L
Decimal 3 181 217 0.99 0.17 0 0.15 190.09 0.97 0.43
Hex 3 B5 D9 63 11 0 F BE 61 2B
Octal 3 265 331 143 21 0 17 276 141 53
Binary 11 10110101 11011001 1100011 10001 0 1111 10111110 1100001 101011

Color Harmonies of #03B5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03B5D9

Black with #03B5D9

Text Example


Text Example

White with #03B5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,181,217); }

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

background-color css

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

 a { background-color: rgb(3,181,217); }

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

border-color css

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

 span { border-color: rgb(3,181,217); }

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