Html Css Color HEX #04BCDB Iris Blue

📋 copy color: '#04BCDB'

red 4 ◦ green 188 ◦ blue 219

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

Shades of Iris Blue #04BCDB

Tints of Iris Blue #04BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.74%

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

R = 0.97%
G = 45.74%
B = 53.28%

CMYK

 C value IS 0.98

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04BCDB (or 0x04BCDB) is known color: Iris Blue. HEX triplet: 04, BC and DB. RGB value is (4,188,219). Sum of RGB (Red+Green+Blue) = 4+188+219=411 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.97% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #04BCDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCDB is #FB4324. Grayscale: #888888. Windows color (decimal): -16466725 or 14400516. OLE color: 14400516.

HSL color Cylindrical-coordinate representation of color #04BCDB: hue angle of 188.65º 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 #04BCDB is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 188 219 -
CMYK 0.98 0.14 0 0.14
HSL 188.65º 0.96% 0.44% -
HSV(B) 188.65º 0.98% 0.86% -
XYZ 30.82 41.11 73.33 -
YUV 136.52 174.54 33.48 -
System Red Green Blue C M Y K H S L
Decimal 4 188 219 0.98 0.14 0 0.14 188.65 0.96 0.44
Hex 4 BC DB 62 E 0 E BD 60 2C
Octal 4 274 333 142 16 0 16 275 140 54
Binary 100 10111100 11011011 1100010 1110 0 1110 10111101 1100000 101100

Color Harmonies of #04BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCDB

Black with #04BCDB

Text Example


Text Example

White with #04BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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