Html Css Color HEX #06ACDF Iris Blue

📋 copy color: '#06ACDF'

red 6 ◦ green 172 ◦ blue 223

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

Shades of Iris Blue #06ACDF

Tints of Iris Blue #06ACDF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.89%

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

R = 1.5%
G = 42.89%
B = 55.61%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#06ACDF (or 0x06ACDF) is known color: Iris Blue. HEX triplet: 06, AC and DF. RGB value is (6,172,223). Sum of RGB (Red+Green+Blue) = 6+172+223=401 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.50% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 223 (87.5% from 255 or 55.61% from 401); Max value from RGB is 223 - color contains mainly: blue. Hex color #06ACDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ACDF is #F95320. Grayscale: #7F7F7F. Windows color (decimal): -16339745 or 14658566. OLE color: 14658566.

HSL color Cylindrical-coordinate representation of color #06ACDF: hue angle of 194.1º 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 #06ACDF is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 172 223 -
CMYK 0.97 0.23 0 0.13
HSL 194.1º 0.95% 0.45% -
HSV(B) 194.1º 0.97% 0.87% -
XYZ 28.15 34.87 75.06 -
YUV 128.18 181.5 40.85 -
System Red Green Blue C M Y K H S L
Decimal 6 172 223 0.97 0.23 0 0.13 194.1 0.95 0.45
Hex 6 AC DF 61 17 0 D C2 5F 2D
Octal 6 254 337 141 27 0 15 302 137 55
Binary 110 10101100 11011111 1100001 10111 0 1101 11000010 1011111 101101

Color Harmonies of #06ACDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ACDF

Black with #06ACDF

Text Example


Text Example

White with #06ACDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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