Html Css Color HEX #04BECA Iris Blue

📋 copy color: '#04BECA'

red 4 ◦ green 190 ◦ blue 202

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

Shades of Iris Blue #04BECA

Tints of Iris Blue #04BECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.01%

R = 1.01%
G = 47.98%
B = 51.01%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#04BECA (or 0x04BECA) is known color: Iris Blue. HEX triplet: 04, BE and CA. RGB value is (4,190,202). Sum of RGB (Red+Green+Blue) = 4+190+202=396 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #04BECA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BECA is #FB4135. Grayscale: #878787. Windows color (decimal): -16466230 or 13286916. OLE color: 13286916.

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

Color convert

RGB 4 190 202 -
CMYK 0.98 0.06 0 0.21
HSL 183.64º 0.96% 0.4% -
HSV(B) 183.64º 0.98% 0.79% -
XYZ 29.12 41.12 62.28 -
YUV 135.75 165.38 34.02 -
System Red Green Blue C M Y K H S L
Decimal 4 190 202 0.98 0.06 0 0.21 183.64 0.96 0.4
Hex 4 BE CA 62 6 0 15 B8 60 28
Octal 4 276 312 142 6 0 25 270 140 50
Binary 100 10111110 11001010 1100010 110 0 10101 10111000 1100000 101000

Color Harmonies of #04BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BECA

Black with #04BECA

Text Example


Text Example

White with #04BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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