Html Css Color HEX #04BAE2 Iris Blue

📋 copy color: '#04BAE2'

red 4 ◦ green 186 ◦ blue 226

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

Shades of Iris Blue #04BAE2

Tints of Iris Blue #04BAE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 54.33%

R = 0.96%
G = 44.71%
B = 54.33%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#04BAE2 (or 0x04BAE2) is known color: Iris Blue. HEX triplet: 04, BA and E2. RGB value is (4,186,226). Sum of RGB (Red+Green+Blue) = 4+186+226=416 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 226 (88.67% from 255 or 54.33% from 416); Max value from RGB is 226 - color contains mainly: blue. Hex color #04BAE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BAE2 is #FB451D. Grayscale: #878787. Windows color (decimal): -16467230 or 14858756. OLE color: 14858756.

HSL color Cylindrical-coordinate representation of color #04BAE2: hue angle of 190.81º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BAE2 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 4 186 226 -
CMYK 0.98 0.18 0 0.11
HSL 190.81º 0.97% 0.45% -
HSV(B) 190.81º 0.98% 0.89% -
XYZ 31.34 40.63 78.14 -
YUV 136.14 178.7 33.75 -
System Red Green Blue C M Y K H S L
Decimal 4 186 226 0.98 0.18 0 0.11 190.81 0.97 0.45
Hex 4 BA E2 62 12 0 B BF 61 2D
Octal 4 272 342 142 22 0 13 277 141 55
Binary 100 10111010 11100010 1100010 10010 0 1011 10111111 1100001 101101

Color Harmonies of #04BAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BAE2

Black with #04BAE2

Text Example


Text Example

White with #04BAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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