Html Css Color HEX #03BED2 Iris Blue

📋 copy color: '#03BED2'

red 3 ◦ green 190 ◦ blue 210

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

Shades of Iris Blue #03BED2

Tints of Iris Blue #03BED2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.15%

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

R = 0.74%
G = 47.15%
B = 52.11%

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

#03BED2 (or 0x03BED2) is known color: Iris Blue. HEX triplet: 03, BE and D2. RGB value is (3,190,210). Sum of RGB (Red+Green+Blue) = 3+190+210=403 (53% of max value = 765). Red value is 3 (1.56% from 255 or 0.74% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 210 (82.42% from 255 or 52.11% from 403); Max value from RGB is 210 - color contains mainly: blue. Hex color #03BED2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #03BED2 is #FC412D. Grayscale: #888888. Windows color (decimal): -16531758 or 13811203. OLE color: 13811203.

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

Color convert

RGB 3 190 210 -
CMYK 0.99 0.10 0 0.18
HSL 185.8º 0.97% 0.42% -
HSV(B) 185.8º 0.99% 0.82% -
XYZ 30.08 41.5 67.4 -
YUV 136.37 169.55 32.87 -
System Red Green Blue C M Y K H S L
Decimal 3 190 210 0.99 0.10 0 0.18 185.8 0.97 0.42
Hex 3 BE D2 63 A 0 12 BA 61 2A
Octal 3 276 322 143 12 0 22 272 141 52
Binary 11 10111110 11010010 1100011 1010 0 10010 10111010 1100001 101010

Color Harmonies of #03BED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BED2

Black with #03BED2

Text Example


Text Example

White with #03BED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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