Html Css Color HEX #06ABDB Iris Blue

📋 copy color: '#06ABDB'

red 6 ◦ green 171 ◦ blue 219

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

Shades of Iris Blue #06ABDB

Tints of Iris Blue #06ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.3%

R = 1.52%
G = 43.18%
B = 55.3%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06ABDB (or 0x06ABDB) is known color: Iris Blue. HEX triplet: 06, AB and DB. RGB value is (6,171,219). Sum of RGB (Red+Green+Blue) = 6+171+219=396 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.52% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #06ABDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ABDB is #F95424. Grayscale: #7E7E7E. Windows color (decimal): -16340005 or 14396166. OLE color: 14396166.

HSL color Cylindrical-coordinate representation of color #06ABDB: hue angle of 193.52º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABDB is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 171 219 -
CMYK 0.97 0.22 0 0.14
HSL 193.52º 0.95% 0.44% -
HSV(B) 193.52º 0.97% 0.86% -
XYZ 27.42 34.28 72.19 -
YUV 127.14 179.84 41.6 -
System Red Green Blue C M Y K H S L
Decimal 6 171 219 0.97 0.22 0 0.14 193.52 0.95 0.44
Hex 6 AB DB 61 16 0 E C2 5F 2C
Octal 6 253 333 141 26 0 16 302 137 54
Binary 110 10101011 11011011 1100001 10110 0 1110 11000010 1011111 101100

Color Harmonies of #06ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ABDB

Black with #06ABDB

Text Example


Text Example

White with #06ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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