Html Css Color HEX #06AFCD Iris Blue

📋 copy color: '#06AFCD'

red 6 ◦ green 175 ◦ blue 205

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

Shades of Iris Blue #06AFCD

Tints of Iris Blue #06AFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.11%

R = 1.55%
G = 45.34%
B = 53.11%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#06AFCD (or 0x06AFCD) is known color: Iris Blue. HEX triplet: 06, AF and CD. RGB value is (6,175,205). Sum of RGB (Red+Green+Blue) = 6+175+205=386 (51% of max value = 765). Red value is 6 (2.73% from 255 or 1.55% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #06AFCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AFCD is #F95032. Grayscale: #7F7F7F. Windows color (decimal): -16338995 or 13479686. OLE color: 13479686.

HSL color Cylindrical-coordinate representation of color #06AFCD: hue angle of 189.05º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AFCD is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 6 175 205 -
CMYK 0.97 0.15 0 0.20
HSL 189.05º 0.94% 0.41% -
HSV(B) 189.05º 0.97% 0.8% -
XYZ 26.42 35.11 63.14 -
YUV 127.89 171.51 41.06 -
System Red Green Blue C M Y K H S L
Decimal 6 175 205 0.97 0.15 0 0.20 189.05 0.94 0.41
Hex 6 AF CD 61 F 0 14 BD 5E 29
Octal 6 257 315 141 17 0 24 275 136 51
Binary 110 10101111 11001101 1100001 1111 0 10100 10111101 1011110 101001

Color Harmonies of #06AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AFCD

Black with #06AFCD

Text Example


Text Example

White with #06AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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