Html Css Color HEX #04BDC3 Iris Blue

📋 copy color: '#04BDC3'

red 4 ◦ green 189 ◦ blue 195

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

Shades of Iris Blue #04BDC3

Tints of Iris Blue #04BDC3

RGB

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

 GREEN value IS 189 (74.22% from 255) = 48.71%

 BLUE value IS 195 (76.56% from 255) = 50.26%

R = 1.03%
G = 48.71%
B = 50.26%

CMYK

 C value IS 0.98

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#04BDC3 (or 0x04BDC3) is known color: Iris Blue. HEX triplet: 04, BD and C3. RGB value is (4,189,195). Sum of RGB (Red+Green+Blue) = 4+189+195=388 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #04BDC3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDC3 is #FB423C. Grayscale: #868686. Windows color (decimal): -16466493 or 12827908. OLE color: 12827908.

HSL color Cylindrical-coordinate representation of color #04BDC3: hue angle of 181.88º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDC3 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 4 189 195 -
CMYK 0.98 0.03 0 0.24
HSL 181.88º 0.96% 0.39% -
HSV(B) 181.88º 0.98% 0.76% -
XYZ 28.1 40.36 57.94 -
YUV 134.37 162.21 35.01 -
System Red Green Blue C M Y K H S L
Decimal 4 189 195 0.98 0.03 0 0.24 181.88 0.96 0.39
Hex 4 BD C3 62 3 0 18 B6 60 27
Octal 4 275 303 142 3 0 30 266 140 47
Binary 100 10111101 11000011 1100010 11 0 11000 10110110 1100000 100111

Color Harmonies of #04BDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDC3

Black with #04BDC3

Text Example


Text Example

White with #04BDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,189,195); }

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

background-color css

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

 a { background-color: rgb(4,189,195); }

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

border-color css

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

 span { border-color: rgb(4,189,195); }

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