Html Css Color HEX #05BADD Iris Blue

📋 copy color: '#05BADD'

red 5 ◦ green 186 ◦ blue 221

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

Shades of Iris Blue #05BADD

Tints of Iris Blue #05BADD

RGB

 RED value IS 5 (2.34% from 255) = 1.21%

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 1.21%
G = 45.15%
B = 53.64%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#05BADD (or 0x05BADD) is known color: Iris Blue. HEX triplet: 05, BA and DD. RGB value is (5,186,221). Sum of RGB (Red+Green+Blue) = 5+186+221=412 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.21% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #05BADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05BADD is #FA4522. Grayscale: #878787. Windows color (decimal): -16401699 or 14531077. OLE color: 14531077.

HSL color Cylindrical-coordinate representation of color #05BADD: hue angle of 189.72º 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 #05BADD is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 186 221 -
CMYK 0.98 0.16 0 0.13
HSL 189.72º 0.96% 0.44% -
HSV(B) 189.72º 0.98% 0.87% -
XYZ 30.67 40.37 74.58 -
YUV 135.87 176.03 34.65 -
System Red Green Blue C M Y K H S L
Decimal 5 186 221 0.98 0.16 0 0.13 189.72 0.96 0.44
Hex 5 BA DD 62 10 0 D BE 60 2C
Octal 5 272 335 142 20 0 15 276 140 54
Binary 101 10111010 11011101 1100010 10000 0 1101 10111110 1100000 101100

Color Harmonies of #05BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BADD

Black with #05BADD

Text Example


Text Example

White with #05BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05BADD; }

 p { color: rgb(5,186,221); }

 H1.HeaderClassName
 {
   color: #05BADD;
 }
 .AnyTagClassName
 {
   color: #05BADD;
 }
</style>

background-color css

<style>
 a { background-color: #05BADD; }

 a { background-color: rgb(5,186,221); }

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

border-color css

<style>
 span { border-color: #05BADD; }

 span { border-color: rgb(5,186,221); }

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