Html Css Color HEX #05AACF Iris Blue

📋 copy color: '#05AACF'

red 5 ◦ green 170 ◦ blue 207

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

Shades of Iris Blue #05AACF

Tints of Iris Blue #05AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.5%

 BLUE value IS 207 (81.25% from 255) = 54.19%

R = 1.31%
G = 44.5%
B = 54.19%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#05AACF (or 0x05AACF) is known color: Iris Blue. HEX triplet: 05, AA and CF. RGB value is (5,170,207). Sum of RGB (Red+Green+Blue) = 5+170+207=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #05AACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05AACF is #FA5530. Grayscale: #7C7C7C. Windows color (decimal): -16405809 or 13609477. OLE color: 13609477.

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

Color convert

RGB 5 170 207 -
CMYK 0.98 0.18 0 0.19
HSL 190.99º 0.95% 0.42% -
HSV(B) 190.99º 0.98% 0.81% -
XYZ 25.7 33.29 64.1 -
YUV 124.88 174.34 42.49 -
System Red Green Blue C M Y K H S L
Decimal 5 170 207 0.98 0.18 0 0.19 190.99 0.95 0.42
Hex 5 AA CF 62 12 0 13 BF 5F 2A
Octal 5 252 317 142 22 0 23 277 137 52
Binary 101 10101010 11001111 1100010 10010 0 10011 10111111 1011111 101010

Color Harmonies of #05AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AACF

Black with #05AACF

Text Example


Text Example

White with #05AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,170,207); }

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

background-color css

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

 a { background-color: rgb(5,170,207); }

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

border-color css

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

 span { border-color: rgb(5,170,207); }

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