Html Css Color HEX #06AFBC Iris Blue

📋 copy color: '#06AFBC'

red 6 ◦ green 175 ◦ blue 188

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

Shades of Iris Blue #06AFBC

Tints of Iris Blue #06AFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 1.63%
G = 47.43%
B = 50.95%

CMYK

 C value IS 0.97

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#06AFBC (or 0x06AFBC) is known color: Iris Blue. HEX triplet: 06, AF and BC. RGB value is (6,175,188). Sum of RGB (Red+Green+Blue) = 6+175+188=369 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.63% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #06AFBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AFBC is #F95043. Grayscale: #7D7D7D. Windows color (decimal): -16339012 or 12365574. OLE color: 12365574.

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

Color convert

RGB 6 175 188 -
CMYK 0.97 0.07 0 0.26
HSL 184.29º 0.94% 0.38% -
HSV(B) 184.29º 0.97% 0.74% -
XYZ 24.48 34.33 52.91 -
YUV 125.95 163.01 42.44 -
System Red Green Blue C M Y K H S L
Decimal 6 175 188 0.97 0.07 0 0.26 184.29 0.94 0.38
Hex 6 AF BC 61 7 0 1A B8 5E 26
Octal 6 257 274 141 7 0 32 270 136 46
Binary 110 10101111 10111100 1100001 111 0 11010 10111000 1011110 100110

Color Harmonies of #06AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AFBC

Black with #06AFBC

Text Example


Text Example

White with #06AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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