Html Css Color HEX #06ABE5 Iris Blue

📋 copy color: '#06ABE5'

red 6 ◦ green 171 ◦ blue 229

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

Shades of Iris Blue #06ABE5

Tints of Iris Blue #06ABE5

RGB

 RED value IS 6 (2.73% from 255) = 1.48%

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

 BLUE value IS 229 (89.84% from 255) = 56.4%

R = 1.48%
G = 42.12%
B = 56.4%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#06ABE5 (or 0x06ABE5) is known color: Iris Blue. HEX triplet: 06, AB and E5. RGB value is (6,171,229). Sum of RGB (Red+Green+Blue) = 6+171+229=406 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.48% from 406); Green value is 171 (67.19% from 255 or 42.12% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #06ABE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABE5 is #F9541A. Grayscale: #7F7F7F. Windows color (decimal): -16339995 or 15051526. OLE color: 15051526.

HSL color Cylindrical-coordinate representation of color #06ABE5: hue angle of 195.61º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABE5 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 6 171 229 -
CMYK 0.97 0.25 0 0.10
HSL 195.61º 0.95% 0.46% -
HSV(B) 195.61º 0.97% 0.9% -
XYZ 28.78 34.82 79.33 -
YUV 128.28 184.84 40.78 -
System Red Green Blue C M Y K H S L
Decimal 6 171 229 0.97 0.25 0 0.10 195.61 0.95 0.46
Hex 6 AB E5 61 19 0 A C4 5F 2E
Octal 6 253 345 141 31 0 12 304 137 56
Binary 110 10101011 11100101 1100001 11001 0 1010 11000100 1011111 101110

Color Harmonies of #06ABE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ABE5

Black with #06ABE5

Text Example


Text Example

White with #06ABE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06ABE5; }

 p { color: rgb(6,171,229); }

 H1.HeaderClassName
 {
   color: #06ABE5;
 }
 .AnyTagClassName
 {
   color: #06ABE5;
 }
</style>

background-color css

<style>
 a { background-color: #06ABE5; }

 a { background-color: rgb(6,171,229); }

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

border-color css

<style>
 span { border-color: #06ABE5; }

 span { border-color: rgb(6,171,229); }

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