Html Css Color HEX #06AFB8 Iris Blue

📋 copy color: '#06AFB8'

red 6 ◦ green 175 ◦ blue 184

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

Shades of Iris Blue #06AFB8

Tints of Iris Blue #06AFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 50.41%

R = 1.64%
G = 47.95%
B = 50.41%

CMYK

 C value IS 0.97

 M value IS 0.05

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#06AFB8 (or 0x06AFB8) is known color: Iris Blue. HEX triplet: 06, AF and B8. RGB value is (6,175,184). Sum of RGB (Red+Green+Blue) = 6+175+184=365 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #06AFB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AFB8 is #F95047. Grayscale: #7D7D7D. Windows color (decimal): -16339016 or 12103430. OLE color: 12103430.

HSL color Cylindrical-coordinate representation of color #06AFB8: hue angle of 183.03º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AFB8 is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 6 175 184 -
CMYK 0.97 0.05 0 0.28
HSL 183.03º 0.94% 0.37% -
HSV(B) 183.03º 0.97% 0.72% -
XYZ 24.06 34.16 50.67 -
YUV 125.5 161.01 42.77 -
System Red Green Blue C M Y K H S L
Decimal 6 175 184 0.97 0.05 0 0.28 183.03 0.94 0.37
Hex 6 AF B8 61 5 0 1C B7 5E 25
Octal 6 257 270 141 5 0 34 267 136 45
Binary 110 10101111 10111000 1100001 101 0 11100 10110111 1011110 100101

Color Harmonies of #06AFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AFB8

Black with #06AFB8

Text Example


Text Example

White with #06AFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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