Html Css Color HEX #03BDD1 Iris Blue

📋 copy color: '#03BDD1'

red 3 ◦ green 189 ◦ blue 209

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

Shades of Iris Blue #03BDD1

Tints of Iris Blue #03BDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 47.13%

 BLUE value IS 209 (82.03% from 255) = 52.12%

R = 0.75%
G = 47.13%
B = 52.12%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#03BDD1 (or 0x03BDD1) is known color: Iris Blue. HEX triplet: 03, BD and D1. RGB value is (3,189,209). Sum of RGB (Red+Green+Blue) = 3+189+209=401 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #03BDD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BDD1 is #FC422E. Grayscale: #878787. Windows color (decimal): -16532015 or 13745411. OLE color: 13745411.

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

Color convert

RGB 3 189 209 -
CMYK 0.99 0.10 0 0.18
HSL 185.83º 0.97% 0.42% -
HSV(B) 185.83º 0.99% 0.82% -
XYZ 29.74 41.02 66.67 -
YUV 135.67 169.38 33.37 -
System Red Green Blue C M Y K H S L
Decimal 3 189 209 0.99 0.10 0 0.18 185.83 0.97 0.42
Hex 3 BD D1 63 A 0 12 BA 61 2A
Octal 3 275 321 143 12 0 22 272 141 52
Binary 11 10111101 11010001 1100011 1010 0 10010 10111010 1100001 101010

Color Harmonies of #03BDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BDD1

Black with #03BDD1

Text Example


Text Example

White with #03BDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,189,209); }

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

background-color css

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

 a { background-color: rgb(3,189,209); }

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

border-color css

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

 span { border-color: rgb(3,189,209); }

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