Html Css Color HEX #04BDDE Iris Blue

📋 copy color: '#04BDDE'

red 4 ◦ green 189 ◦ blue 222

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

Shades of Iris Blue #04BDDE

Tints of Iris Blue #04BDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.49%

R = 0.96%
G = 45.54%
B = 53.49%

CMYK

 C value IS 0.98

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04BDDE (or 0x04BDDE) is known color: Iris Blue. HEX triplet: 04, BD and DE. RGB value is (4,189,222). Sum of RGB (Red+Green+Blue) = 4+189+222=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 189 (74.22% from 255 or 45.54% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #04BDDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BDDE is #FB4221. Grayscale: #898989. Windows color (decimal): -16466466 or 14597380. OLE color: 14597380.

HSL color Cylindrical-coordinate representation of color #04BDDE: hue angle of 189.08º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BDDE is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 189 222 -
CMYK 0.98 0.15 0 0.13
HSL 189.08º 0.96% 0.44% -
HSV(B) 189.08º 0.98% 0.87% -
XYZ 31.43 41.69 75.5 -
YUV 137.45 175.71 32.82 -
System Red Green Blue C M Y K H S L
Decimal 4 189 222 0.98 0.15 0 0.13 189.08 0.96 0.44
Hex 4 BD DE 62 F 0 D BD 60 2C
Octal 4 275 336 142 17 0 15 275 140 54
Binary 100 10111101 11011110 1100010 1111 0 1101 10111101 1100000 101100

Color Harmonies of #04BDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BDDE

Black with #04BDDE

Text Example


Text Example

White with #04BDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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