Html Css Color HEX #05ADD0 Iris Blue

📋 copy color: '#05ADD0'

red 5 ◦ green 173 ◦ blue 208

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

Shades of Iris Blue #05ADD0

Tints of Iris Blue #05ADD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.89%

R = 1.3%
G = 44.82%
B = 53.89%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#05ADD0 (or 0x05ADD0) is known color: Iris Blue. HEX triplet: 05, AD and D0. RGB value is (5,173,208). Sum of RGB (Red+Green+Blue) = 5+173+208=386 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.30% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 208 (81.64% from 255 or 53.89% from 386); Max value from RGB is 208 - color contains mainly: blue. Hex color #05ADD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADD0 is #FA522F. Grayscale: #7E7E7E. Windows color (decimal): -16405040 or 13675781. OLE color: 13675781.

HSL color Cylindrical-coordinate representation of color #05ADD0: hue angle of 190.34º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05ADD0 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 173 208 -
CMYK 0.98 0.17 0 0.18
HSL 190.34º 0.95% 0.42% -
HSV(B) 190.34º 0.98% 0.82% -
XYZ 26.39 34.47 64.94 -
YUV 126.76 173.84 41.15 -
System Red Green Blue C M Y K H S L
Decimal 5 173 208 0.98 0.17 0 0.18 190.34 0.95 0.42
Hex 5 AD D0 62 11 0 12 BE 5F 2A
Octal 5 255 320 142 21 0 22 276 137 52
Binary 101 10101101 11010000 1100010 10001 0 10010 10111110 1011111 101010

Color Harmonies of #05ADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADD0

Black with #05ADD0

Text Example


Text Example

White with #05ADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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