Html Css Color HEX #05ABB1 Iris Blue

📋 copy color: '#05ABB1'

red 5 ◦ green 171 ◦ blue 177

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

Shades of Iris Blue #05ABB1

Tints of Iris Blue #05ABB1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.44%

 BLUE value IS 177 (69.53% from 255) = 50.14%

R = 1.42%
G = 48.44%
B = 50.14%

CMYK

 C value IS 0.97

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#05ABB1 (or 0x05ABB1) is known color: Iris Blue. HEX triplet: 05, AB and B1. RGB value is (5,171,177). Sum of RGB (Red+Green+Blue) = 5+171+177=353 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.42% from 353); Green value is 171 (67.19% from 255 or 48.44% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #05ABB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05ABB1 is #FA544E. Grayscale: #797979. Windows color (decimal): -16405583 or 11643653. OLE color: 11643653.

HSL color Cylindrical-coordinate representation of color #05ABB1: hue angle of 182.09º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05ABB1 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 171 177 -
CMYK 0.97 0.03 0 0.31
HSL 182.09º 0.95% 0.36% -
HSV(B) 182.09º 0.97% 0.69% -
XYZ 22.56 32.33 46.65 -
YUV 122.05 159 44.51 -
System Red Green Blue C M Y K H S L
Decimal 5 171 177 0.97 0.03 0 0.31 182.09 0.95 0.36
Hex 5 AB B1 61 3 0 1F B6 5F 24
Octal 5 253 261 141 3 0 37 266 137 44
Binary 101 10101011 10110001 1100001 11 0 11111 10110110 1011111 100100

Color Harmonies of #05ABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ABB1

Black with #05ABB1

Text Example


Text Example

White with #05ABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,171,177); }

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

background-color css

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

 a { background-color: rgb(5,171,177); }

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

border-color css

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

 span { border-color: rgb(5,171,177); }

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