Html Css Color HEX #04BCCD Iris Blue

📋 copy color: '#04BCCD'

red 4 ◦ green 188 ◦ blue 205

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

Shades of Iris Blue #04BCCD

Tints of Iris Blue #04BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.64%

R = 1.01%
G = 47.36%
B = 51.64%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#04BCCD (or 0x04BCCD) is known color: Iris Blue. HEX triplet: 04, BC and CD. RGB value is (4,188,205). Sum of RGB (Red+Green+Blue) = 4+188+205=397 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #04BCCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BCCD is #FB4332. Grayscale: #868686. Windows color (decimal): -16466739 or 13483012. OLE color: 13483012.

HSL color Cylindrical-coordinate representation of color #04BCCD: hue angle of 185.07º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BCCD is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 188 205 -
CMYK 0.98 0.08 0 0.20
HSL 185.07º 0.96% 0.41% -
HSV(B) 185.07º 0.98% 0.8% -
XYZ 29.05 40.4 64.02 -
YUV 134.92 167.54 34.62 -
System Red Green Blue C M Y K H S L
Decimal 4 188 205 0.98 0.08 0 0.20 185.07 0.96 0.41
Hex 4 BC CD 62 8 0 14 B9 60 29
Octal 4 274 315 142 10 0 24 271 140 51
Binary 100 10111100 11001101 1100010 1000 0 10100 10111001 1100000 101001

Color Harmonies of #04BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BCCD

Black with #04BCCD

Text Example


Text Example

White with #04BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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