Html Css Color HEX #03BDD2 Iris Blue

📋 copy color: '#03BDD2'

red 3 ◦ green 189 ◦ blue 210

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

Shades of Iris Blue #03BDD2

Tints of Iris Blue #03BDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 52.24%

R = 0.75%
G = 47.01%
B = 52.24%

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

#03BDD2 (or 0x03BDD2) is known color: Iris Blue. HEX triplet: 03, BD and D2. RGB value is (3,189,210). Sum of RGB (Red+Green+Blue) = 3+189+210=402 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 402); Green value is 189 (74.22% from 255 or 47.01% from 402); Blue value is 210 (82.42% from 255 or 52.24% from 402); Max value from RGB is 210 - color contains mainly: blue. Hex color #03BDD2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BDD2 is #FC422D. Grayscale: #878787. Windows color (decimal): -16532014 or 13810947. OLE color: 13810947.

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

Color convert

RGB 3 189 210 -
CMYK 0.99 0.10 0 0.18
HSL 186.09º 0.97% 0.42% -
HSV(B) 186.09º 0.99% 0.82% -
XYZ 29.87 41.07 67.33 -
YUV 135.78 169.88 33.29 -
System Red Green Blue C M Y K H S L
Decimal 3 189 210 0.99 0.10 0 0.18 186.09 0.97 0.42
Hex 3 BD D2 63 A 0 12 BA 61 2A
Octal 3 275 322 143 12 0 22 272 141 52
Binary 11 10111101 11010010 1100011 1010 0 10010 10111010 1100001 101010

Color Harmonies of #03BDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BDD2

Black with #03BDD2

Text Example


Text Example

White with #03BDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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