Html Css Color HEX #06ABCE Iris Blue

📋 copy color: '#06ABCE'

red 6 ◦ green 171 ◦ blue 206

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

Shades of Iris Blue #06ABCE

Tints of Iris Blue #06ABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.79%

R = 1.57%
G = 44.65%
B = 53.79%

CMYK

 C value IS 0.97

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#06ABCE (or 0x06ABCE) is known color: Iris Blue. HEX triplet: 06, AB and CE. RGB value is (6,171,206). Sum of RGB (Red+Green+Blue) = 6+171+206=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #06ABCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABCE is #F95431. Grayscale: #7D7D7D. Windows color (decimal): -16340018 or 13544198. OLE color: 13544198.

HSL color Cylindrical-coordinate representation of color #06ABCE: hue angle of 190.5º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABCE is Cyan = 0.97, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 171 206 -
CMYK 0.97 0.17 0 0.19
HSL 190.5º 0.94% 0.42% -
HSV(B) 190.5º 0.97% 0.81% -
XYZ 25.78 33.62 63.52 -
YUV 125.66 173.34 42.65 -
System Red Green Blue C M Y K H S L
Decimal 6 171 206 0.97 0.17 0 0.19 190.5 0.94 0.42
Hex 6 AB CE 61 11 0 13 BE 5E 2A
Octal 6 253 316 141 21 0 23 276 136 52
Binary 110 10101011 11001110 1100001 10001 0 10011 10111110 1011110 101010

Color Harmonies of #06ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ABCE

Black with #06ABCE

Text Example


Text Example

White with #06ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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