Html Css Color HEX #04B4C8 Iris Blue

📋 copy color: '#04B4C8'

red 4 ◦ green 180 ◦ blue 200

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

Shades of Iris Blue #04B4C8

Tints of Iris Blue #04B4C8

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.88%

 BLUE value IS 200 (78.52% from 255) = 52.08%

R = 1.04%
G = 46.88%
B = 52.08%

CMYK

 C value IS 0.98

 M value IS 0.1

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#04B4C8 (or 0x04B4C8) is known color: Iris Blue. HEX triplet: 04, B4 and C8. RGB value is (4,180,200). Sum of RGB (Red+Green+Blue) = 4+180+200=384 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 200 (78.52% from 255 or 52.08% from 384); Max value from RGB is 200 - color contains mainly: blue. Hex color #04B4C8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04B4C8 is #FB4B37. Grayscale: #818181. Windows color (decimal): -16468792 or 13153284. OLE color: 13153284.

HSL color Cylindrical-coordinate representation of color #04B4C8: hue angle of 186.12º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B4C8 is Cyan = 0.98, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 4 180 200 -
CMYK 0.98 0.1 0 0.22
HSL 186.12º 0.96% 0.4% -
HSV(B) 186.12º 0.98% 0.78% -
XYZ 26.8 36.84 60.34 -
YUV 129.66 167.69 38.37 -
System Red Green Blue C M Y K H S L
Decimal 4 180 200 0.98 0.1 0 0.22 186.12 0.96 0.4
Hex 4 B4 C8 62 A 0 16 BA 60 28
Octal 4 264 310 142 12 0 26 272 140 50
Binary 100 10110100 11001000 1100010 1010 0 10110 10111010 1100000 101000

Color Harmonies of #04B4C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B4C8

Black with #04B4C8

Text Example


Text Example

White with #04B4C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,180,200); }

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

background-color css

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

 a { background-color: rgb(4,180,200); }

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

border-color css

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

 span { border-color: rgb(4,180,200); }

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