Html Css Color HEX #05ADD8 Iris Blue

📋 copy color: '#05ADD8'

red 5 ◦ green 173 ◦ blue 216

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

Shades of Iris Blue #05ADD8

Tints of Iris Blue #05ADD8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.91%

 BLUE value IS 216 (84.77% from 255) = 54.82%

R = 1.27%
G = 43.91%
B = 54.82%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#05ADD8 (or 0x05ADD8) is known color: Iris Blue. HEX triplet: 05, AD and D8. RGB value is (5,173,216). Sum of RGB (Red+Green+Blue) = 5+173+216=394 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 216 (84.77% from 255 or 54.82% from 394); Max value from RGB is 216 - color contains mainly: blue. Hex color #05ADD8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADD8 is #FA5227. Grayscale: #7F7F7F. Windows color (decimal): -16405032 or 14200069. OLE color: 14200069.

HSL color Cylindrical-coordinate representation of color #05ADD8: hue angle of 192.23º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ADD8 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 173 216 -
CMYK 0.98 0.20 0 0.15
HSL 192.23º 0.95% 0.43% -
HSV(B) 192.23º 0.98% 0.85% -
XYZ 27.4 34.88 70.25 -
YUV 127.67 177.84 40.5 -
System Red Green Blue C M Y K H S L
Decimal 5 173 216 0.98 0.20 0 0.15 192.23 0.95 0.43
Hex 5 AD D8 62 14 0 F C0 5F 2B
Octal 5 255 330 142 24 0 17 300 137 53
Binary 101 10101101 11011000 1100010 10100 0 1111 11000000 1011111 101011

Color Harmonies of #05ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADD8

Black with #05ADD8

Text Example


Text Example

White with #05ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,173,216); }

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

background-color css

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

 a { background-color: rgb(5,173,216); }

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

border-color css

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

 span { border-color: rgb(5,173,216); }

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