Html Css Color HEX #06AECF Iris Blue

📋 copy color: '#06AECF'

red 6 ◦ green 174 ◦ blue 207

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

Shades of Iris Blue #06AECF

Tints of Iris Blue #06AECF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.96%

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

R = 1.55%
G = 44.96%
B = 53.49%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#06AECF (or 0x06AECF) is known color: Iris Blue. HEX triplet: 06, AE and CF. RGB value is (6,174,207). Sum of RGB (Red+Green+Blue) = 6+174+207=387 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #06AECF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AECF is #F95130. Grayscale: #7F7F7F. Windows color (decimal): -16339249 or 13610502. OLE color: 13610502.

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

Color convert

RGB 6 174 207 -
CMYK 0.97 0.16 0 0.19
HSL 189.85º 0.94% 0.42% -
HSV(B) 189.85º 0.97% 0.81% -
XYZ 26.47 34.82 64.36 -
YUV 127.53 172.84 41.32 -
System Red Green Blue C M Y K H S L
Decimal 6 174 207 0.97 0.16 0 0.19 189.85 0.94 0.42
Hex 6 AE CF 61 10 0 13 BE 5E 2A
Octal 6 256 317 141 20 0 23 276 136 52
Binary 110 10101110 11001111 1100001 10000 0 10011 10111110 1011110 101010

Color Harmonies of #06AECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AECF

Black with #06AECF

Text Example


Text Example

White with #06AECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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