Html Css Color HEX #05A8DE Iris Blue

📋 copy color: '#05A8DE'

red 5 ◦ green 168 ◦ blue 222

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

Shades of Iris Blue #05A8DE

Tints of Iris Blue #05A8DE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

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

R = 1.27%
G = 42.53%
B = 56.2%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#05A8DE (or 0x05A8DE) is known color: Iris Blue. HEX triplet: 05, A8 and DE. RGB value is (5,168,222). Sum of RGB (Red+Green+Blue) = 5+168+222=395 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 222 (87.11% from 255 or 56.20% from 395); Max value from RGB is 222 - color contains mainly: blue. Hex color #05A8DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A8DE is #FA5721. Grayscale: #7D7D7D. Windows color (decimal): -16406306 or 14592005. OLE color: 14592005.

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

Color convert

RGB 5 168 222 -
CMYK 0.98 0.24 0 0.13
HSL 194.93º 0.96% 0.45% -
HSV(B) 194.93º 0.98% 0.87% -
XYZ 27.25 33.31 74.1 -
YUV 125.42 182.5 42.11 -
System Red Green Blue C M Y K H S L
Decimal 5 168 222 0.98 0.24 0 0.13 194.93 0.96 0.45
Hex 5 A8 DE 62 18 0 D C3 60 2D
Octal 5 250 336 142 30 0 15 303 140 55
Binary 101 10101000 11011110 1100010 11000 0 1101 11000011 1100000 101101

Color Harmonies of #05A8DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A8DE

Black with #05A8DE

Text Example


Text Example

White with #05A8DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,168,222); }

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

background-color css

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

 a { background-color: rgb(5,168,222); }

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

border-color css

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

 span { border-color: rgb(5,168,222); }

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