Html Css Color HEX #06AFBA Iris Blue

📋 copy color: '#06AFBA'

red 6 ◦ green 175 ◦ blue 186

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

Shades of Iris Blue #06AFBA

Tints of Iris Blue #06AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.68%

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 1.63%
G = 47.68%
B = 50.68%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#06AFBA (or 0x06AFBA) is known color: Iris Blue. HEX triplet: 06, AF and BA. RGB value is (6,175,186). Sum of RGB (Red+Green+Blue) = 6+175+186=367 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #06AFBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AFBA is #F95045. Grayscale: #7D7D7D. Windows color (decimal): -16339014 or 12234502. OLE color: 12234502.

HSL color Cylindrical-coordinate representation of color #06AFBA: hue angle of 183.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AFBA is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 175 186 -
CMYK 0.97 0.06 0 0.27
HSL 183.67º 0.94% 0.38% -
HSV(B) 183.67º 0.97% 0.73% -
XYZ 24.27 34.24 51.79 -
YUV 125.72 162.01 42.61 -
System Red Green Blue C M Y K H S L
Decimal 6 175 186 0.97 0.06 0 0.27 183.67 0.94 0.38
Hex 6 AF BA 61 6 0 1B B8 5E 26
Octal 6 257 272 141 6 0 33 270 136 46
Binary 110 10101111 10111010 1100001 110 0 11011 10111000 1011110 100110

Color Harmonies of #06AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AFBA

Black with #06AFBA

Text Example


Text Example

White with #06AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,175,186); }

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

background-color css

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

 a { background-color: rgb(6,175,186); }

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

border-color css

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

 span { border-color: rgb(6,175,186); }

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