Html Css Color HEX #06ADDC Iris Blue

📋 copy color: '#06ADDC'

red 6 ◦ green 173 ◦ blue 220

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

Shades of Iris Blue #06ADDC

Tints of Iris Blue #06ADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.14%

R = 1.5%
G = 43.36%
B = 55.14%

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

#06ADDC (or 0x06ADDC) is known color: Iris Blue. HEX triplet: 06, AD and DC. RGB value is (6,173,220). Sum of RGB (Red+Green+Blue) = 6+173+220=399 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 220 (86.33% from 255 or 55.14% from 399); Max value from RGB is 220 - color contains mainly: blue. Hex color #06ADDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ADDC is #F95223. Grayscale: #808080. Windows color (decimal): -16339492 or 14462214. OLE color: 14462214.

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

Color convert

RGB 6 173 220 -
CMYK 0.97 0.21 0 0.14
HSL 193.18º 0.95% 0.44% -
HSV(B) 193.18º 0.97% 0.86% -
XYZ 27.94 35.09 73.01 -
YUV 128.43 179.67 40.68 -
System Red Green Blue C M Y K H S L
Decimal 6 173 220 0.97 0.21 0 0.14 193.18 0.95 0.44
Hex 6 AD DC 61 15 0 E C1 5F 2C
Octal 6 255 334 141 25 0 16 301 137 54
Binary 110 10101101 11011100 1100001 10101 0 1110 11000001 1011111 101100

Color Harmonies of #06ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ADDC

Black with #06ADDC

Text Example


Text Example

White with #06ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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