Html Css Color HEX #04BADB Iris Blue

📋 copy color: '#04BADB'

red 4 ◦ green 186 ◦ blue 219

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

Shades of Iris Blue #04BADB

Tints of Iris Blue #04BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.48%

 BLUE value IS 219 (85.94% from 255) = 53.55%

R = 0.98%
G = 45.48%
B = 53.55%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04BADB (or 0x04BADB) is known color: Iris Blue. HEX triplet: 04, BA and DB. RGB value is (4,186,219). Sum of RGB (Red+Green+Blue) = 4+186+219=409 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.98% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #04BADB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BADB is #FB4524. Grayscale: #878787. Windows color (decimal): -16467237 or 14400004. OLE color: 14400004.

HSL color Cylindrical-coordinate representation of color #04BADB: hue angle of 189.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BADB is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 186 219 -
CMYK 0.98 0.15 0 0.14
HSL 189.21º 0.96% 0.44% -
HSV(B) 189.21º 0.98% 0.86% -
XYZ 30.4 40.26 73.19 -
YUV 135.34 175.2 34.32 -
System Red Green Blue C M Y K H S L
Decimal 4 186 219 0.98 0.15 0 0.14 189.21 0.96 0.44
Hex 4 BA DB 62 F 0 E BD 60 2C
Octal 4 272 333 142 17 0 16 275 140 54
Binary 100 10111010 11011011 1100010 1111 0 1110 10111101 1100000 101100

Color Harmonies of #04BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BADB

Black with #04BADB

Text Example


Text Example

White with #04BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,186,219); }

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

background-color css

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

 a { background-color: rgb(4,186,219); }

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

border-color css

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

 span { border-color: rgb(4,186,219); }

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