Html Css Color HEX #03BDD0 Iris Blue

📋 copy color: '#03BDD0'

red 3 ◦ green 189 ◦ blue 208

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

Shades of Iris Blue #03BDD0

Tints of Iris Blue #03BDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 52%

R = 0.75%
G = 47.25%
B = 52%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#03BDD0 (or 0x03BDD0) is known color: Iris Blue. HEX triplet: 03, BD and D0. RGB value is (3,189,208). Sum of RGB (Red+Green+Blue) = 3+189+208=400 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.75% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #03BDD0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BDD0 is #FC422F. Grayscale: #878787. Windows color (decimal): -16532016 or 13679875. OLE color: 13679875.

HSL color Cylindrical-coordinate representation of color #03BDD0: hue angle of 185.56º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BDD0 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 189 208 -
CMYK 0.99 0.09 0 0.18
HSL 185.56º 0.97% 0.41% -
HSV(B) 185.56º 0.99% 0.82% -
XYZ 29.62 40.97 66.02 -
YUV 135.55 168.88 33.46 -
System Red Green Blue C M Y K H S L
Decimal 3 189 208 0.99 0.09 0 0.18 185.56 0.97 0.41
Hex 3 BD D0 63 9 0 12 BA 61 29
Octal 3 275 320 143 11 0 22 272 141 51
Binary 11 10111101 11010000 1100011 1001 0 10010 10111010 1100001 101001

Color Harmonies of #03BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BDD0

Black with #03BDD0

Text Example


Text Example

White with #03BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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