Html Css Color HEX #04BED0 Iris Blue

📋 copy color: '#04BED0'

red 4 ◦ green 190 ◦ blue 208

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

Shades of Iris Blue #04BED0

Tints of Iris Blue #04BED0

RGB

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

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

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

R = 1%
G = 47.26%
B = 51.74%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#04BED0 (or 0x04BED0) is known color: Iris Blue. HEX triplet: 04, BE and D0. RGB value is (4,190,208). Sum of RGB (Red+Green+Blue) = 4+190+208=402 (53% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #04BED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BED0 is #FB412F. Grayscale: #888888. Windows color (decimal): -16466224 or 13680132. OLE color: 13680132.

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

Color convert

RGB 4 190 208 -
CMYK 0.98 0.09 0 0.18
HSL 185.29º 0.96% 0.42% -
HSV(B) 185.29º 0.98% 0.82% -
XYZ 29.85 41.41 66.09 -
YUV 136.44 168.38 33.54 -
System Red Green Blue C M Y K H S L
Decimal 4 190 208 0.98 0.09 0 0.18 185.29 0.96 0.42
Hex 4 BE D0 62 9 0 12 B9 60 2A
Octal 4 276 320 142 11 0 22 271 140 52
Binary 100 10111110 11010000 1100010 1001 0 10010 10111001 1100000 101010

Color Harmonies of #04BED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BED0

Black with #04BED0

Text Example


Text Example

White with #04BED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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