Html Css Color HEX #06ADDB Iris Blue

📋 copy color: '#06ADDB'

red 6 ◦ green 173 ◦ blue 219

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

Shades of Iris Blue #06ADDB

Tints of Iris Blue #06ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.47%

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

R = 1.51%
G = 43.47%
B = 55.03%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#06ADDB (or 0x06ADDB) is known color: Iris Blue. HEX triplet: 06, AD and DB. RGB value is (6,173,219). Sum of RGB (Red+Green+Blue) = 6+173+219=398 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.51% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #06ADDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADDB is #F95224. Grayscale: #7F7F7F. Windows color (decimal): -16339493 or 14396678. OLE color: 14396678.

HSL color Cylindrical-coordinate representation of color #06ADDB: hue angle of 192.96º 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 #06ADDB is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 173 219 -
CMYK 0.97 0.21 0 0.14
HSL 192.96º 0.95% 0.44% -
HSV(B) 192.96º 0.97% 0.86% -
XYZ 27.8 35.04 72.32 -
YUV 128.31 179.17 40.76 -
System Red Green Blue C M Y K H S L
Decimal 6 173 219 0.97 0.21 0 0.14 192.96 0.95 0.44
Hex 6 AD DB 61 15 0 E C1 5F 2C
Octal 6 255 333 141 25 0 16 301 137 54
Binary 110 10101101 11011011 1100001 10101 0 1110 11000001 1011111 101100

Color Harmonies of #06ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ADDB

Black with #06ADDB

Text Example


Text Example

White with #06ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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