Html Css Color HEX #05ADD3 Iris Blue

📋 copy color: '#05ADD3'

red 5 ◦ green 173 ◦ blue 211

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

Shades of Iris Blue #05ADD3

Tints of Iris Blue #05ADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 54.24%

R = 1.29%
G = 44.47%
B = 54.24%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#05ADD3 (or 0x05ADD3) is known color: Iris Blue. HEX triplet: 05, AD and D3. RGB value is (5,173,211). Sum of RGB (Red+Green+Blue) = 5+173+211=389 (51% of max value = 765). Red value is 5 (2.34% from 255 or 1.29% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 211 (82.81% from 255 or 54.24% from 389); Max value from RGB is 211 - color contains mainly: blue. Hex color #05ADD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05ADD3 is #FA522C. Grayscale: #7E7E7E. Windows color (decimal): -16405037 or 13872389. OLE color: 13872389.

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

Color convert

RGB 5 173 211 -
CMYK 0.98 0.18 0 0.17
HSL 191.07º 0.95% 0.42% -
HSV(B) 191.07º 0.98% 0.83% -
XYZ 26.76 34.62 66.9 -
YUV 127.1 175.34 40.91 -
System Red Green Blue C M Y K H S L
Decimal 5 173 211 0.98 0.18 0 0.17 191.07 0.95 0.42
Hex 5 AD D3 62 12 0 11 BF 5F 2A
Octal 5 255 323 142 22 0 21 277 137 52
Binary 101 10101101 11010011 1100010 10010 0 10001 10111111 1011111 101010

Color Harmonies of #05ADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ADD3

Black with #05ADD3

Text Example


Text Example

White with #05ADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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