Html Css Color HEX #06ACDD Iris Blue

📋 copy color: '#06ACDD'

red 6 ◦ green 172 ◦ blue 221

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

Shades of Iris Blue #06ACDD

Tints of Iris Blue #06ACDD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.11%

 BLUE value IS 221 (86.72% from 255) = 55.39%

R = 1.5%
G = 43.11%
B = 55.39%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06ACDD (or 0x06ACDD) is known color: Iris Blue. HEX triplet: 06, AC and DD. RGB value is (6,172,221). Sum of RGB (Red+Green+Blue) = 6+172+221=399 (52% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #06ACDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ACDD is #F95322. Grayscale: #7F7F7F. Windows color (decimal): -16339747 or 14527494. OLE color: 14527494.

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

Color convert

RGB 6 172 221 -
CMYK 0.97 0.22 0 0.13
HSL 193.67º 0.95% 0.45% -
HSV(B) 193.67º 0.97% 0.87% -
XYZ 27.88 34.76 73.65 -
YUV 127.95 180.5 41.02 -
System Red Green Blue C M Y K H S L
Decimal 6 172 221 0.97 0.22 0 0.13 193.67 0.95 0.45
Hex 6 AC DD 61 16 0 D C2 5F 2D
Octal 6 254 335 141 26 0 15 302 137 55
Binary 110 10101100 11011101 1100001 10110 0 1101 11000010 1011111 101101

Color Harmonies of #06ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ACDD

Black with #06ACDD

Text Example


Text Example

White with #06ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,172,221); }

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

background-color css

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

 a { background-color: rgb(6,172,221); }

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

border-color css

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

 span { border-color: rgb(6,172,221); }

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