Html Css Color HEX #06AACF Iris Blue

📋 copy color: '#06AACF'

red 6 ◦ green 170 ◦ blue 207

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

Shades of Iris Blue #06AACF

Tints of Iris Blue #06AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.39%

 BLUE value IS 207 (81.25% from 255) = 54.05%

R = 1.57%
G = 44.39%
B = 54.05%

CMYK

 C value IS 0.97

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#06AACF (or 0x06AACF) is known color: Iris Blue. HEX triplet: 06, AA and CF. RGB value is (6,170,207). Sum of RGB (Red+Green+Blue) = 6+170+207=383 (50% of max value = 765). Red value is 6 (2.73% from 255 or 1.57% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #06AACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AACF is #F95530. Grayscale: #7C7C7C. Windows color (decimal): -16340273 or 13609478. OLE color: 13609478.

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

Color convert

RGB 6 170 207 -
CMYK 0.97 0.18 0 0.19
HSL 191.04º 0.94% 0.42% -
HSV(B) 191.04º 0.97% 0.81% -
XYZ 25.71 33.29 64.1 -
YUV 125.18 174.17 42.99 -
System Red Green Blue C M Y K H S L
Decimal 6 170 207 0.97 0.18 0 0.19 191.04 0.94 0.42
Hex 6 AA CF 61 12 0 13 BF 5E 2A
Octal 6 252 317 141 22 0 23 277 136 52
Binary 110 10101010 11001111 1100001 10010 0 10011 10111111 1011110 101010

Color Harmonies of #06AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AACF

Black with #06AACF

Text Example


Text Example

White with #06AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,170,207); }

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

background-color css

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

 a { background-color: rgb(6,170,207); }

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

border-color css

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

 span { border-color: rgb(6,170,207); }

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