Html Css Color HEX #06AFC0 Iris Blue

📋 copy color: '#06AFC0'

red 6 ◦ green 175 ◦ blue 192

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

Shades of Iris Blue #06AFC0

Tints of Iris Blue #06AFC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.47%

R = 1.61%
G = 46.92%
B = 51.47%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#06AFC0 (or 0x06AFC0) is known color: Iris Blue. HEX triplet: 06, AF and C0. RGB value is (6,175,192). Sum of RGB (Red+Green+Blue) = 6+175+192=373 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.61% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #06AFC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AFC0 is #F9503F. Grayscale: #7E7E7E. Windows color (decimal): -16339008 or 12627718. OLE color: 12627718.

HSL color Cylindrical-coordinate representation of color #06AFC0: hue angle of 185.48º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AFC0 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 6 175 192 -
CMYK 0.97 0.09 0 0.25
HSL 185.48º 0.94% 0.39% -
HSV(B) 185.48º 0.97% 0.75% -
XYZ 24.92 34.5 55.22 -
YUV 126.41 165.01 42.12 -
System Red Green Blue C M Y K H S L
Decimal 6 175 192 0.97 0.09 0 0.25 185.48 0.94 0.39
Hex 6 AF C0 61 9 0 19 B9 5E 27
Octal 6 257 300 141 11 0 31 271 136 47
Binary 110 10101111 11000000 1100001 1001 0 11001 10111001 1011110 100111

Color Harmonies of #06AFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AFC0

Black with #06AFC0

Text Example


Text Example

White with #06AFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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