Html Css Color HEX #04BED3 Iris Blue

📋 copy color: '#04BED3'

red 4 ◦ green 190 ◦ blue 211

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

Shades of Iris Blue #04BED3

Tints of Iris Blue #04BED3

RGB

 RED value IS 4 (1.95% from 255) = 0.99%

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

 BLUE value IS 211 (82.81% from 255) = 52.1%

R = 0.99%
G = 46.91%
B = 52.1%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#04BED3 (or 0x04BED3) is known color: Iris Blue. HEX triplet: 04, BE and D3. RGB value is (4,190,211). Sum of RGB (Red+Green+Blue) = 4+190+211=405 (53% of max value = 765). Red value is 4 (1.95% from 255 or 0.99% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 211 (82.81% from 255 or 52.10% from 405); Max value from RGB is 211 - color contains mainly: blue. Hex color #04BED3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BED3 is #FB412C. Grayscale: #888888. Windows color (decimal): -16466221 or 13876740. OLE color: 13876740.

HSL color Cylindrical-coordinate representation of color #04BED3: hue angle of 186.09º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BED3 is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 4 190 211 -
CMYK 0.98 0.10 0 0.17
HSL 186.09º 0.96% 0.42% -
HSV(B) 186.09º 0.98% 0.83% -
XYZ 30.22 41.56 68.06 -
YUV 136.78 169.88 33.29 -
System Red Green Blue C M Y K H S L
Decimal 4 190 211 0.98 0.10 0 0.17 186.09 0.96 0.42
Hex 4 BE D3 62 A 0 11 BA 60 2A
Octal 4 276 323 142 12 0 21 272 140 52
Binary 100 10111110 11010011 1100010 1010 0 10001 10111010 1100000 101010

Color Harmonies of #04BED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BED3

Black with #04BED3

Text Example


Text Example

White with #04BED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04BED3; }

 p { color: rgb(4,190,211); }

 H1.HeaderClassName
 {
   color: #04BED3;
 }
 .AnyTagClassName
 {
   color: #04BED3;
 }
</style>

background-color css

<style>
 a { background-color: #04BED3; }

 a { background-color: rgb(4,190,211); }

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

border-color css

<style>
 span { border-color: #04BED3; }

 span { border-color: rgb(4,190,211); }

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