Html Css Color HEX #06AFDF Iris Blue

📋 copy color: '#06AFDF'

red 6 ◦ green 175 ◦ blue 223

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

Shades of Iris Blue #06AFDF

Tints of Iris Blue #06AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.2%

R = 1.49%
G = 43.32%
B = 55.2%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06AFDF (or 0x06AFDF) is known color: Iris Blue. HEX triplet: 06, AF and DF. RGB value is (6,175,223). Sum of RGB (Red+Green+Blue) = 6+175+223=404 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #06AFDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06AFDF is #F95020. Grayscale: #818181. Windows color (decimal): -16338977 or 14659334. OLE color: 14659334.

HSL color Cylindrical-coordinate representation of color #06AFDF: hue angle of 193.27º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AFDF is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 175 223 -
CMYK 0.97 0.22 0 0.13
HSL 193.27º 0.95% 0.45% -
HSV(B) 193.27º 0.97% 0.87% -
XYZ 28.72 36.03 75.25 -
YUV 129.94 180.51 39.6 -
System Red Green Blue C M Y K H S L
Decimal 6 175 223 0.97 0.22 0 0.13 193.27 0.95 0.45
Hex 6 AF DF 61 16 0 D C1 5F 2D
Octal 6 257 337 141 26 0 15 301 137 55
Binary 110 10101111 11011111 1100001 10110 0 1101 11000001 1011111 101101

Color Harmonies of #06AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06AFDF

Black with #06AFDF

Text Example


Text Example

White with #06AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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