Html Css Color HEX #06ACE0 Iris Blue

📋 copy color: '#06ACE0'

red 6 ◦ green 172 ◦ blue 224

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

Shades of Iris Blue #06ACE0

Tints of Iris Blue #06ACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 1.49%
G = 42.79%
B = 55.72%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#06ACE0 (or 0x06ACE0) is known color: Iris Blue. HEX triplet: 06, AC and E0. RGB value is (6,172,224). Sum of RGB (Red+Green+Blue) = 6+172+224=402 (53% of max value = 765). Red value is 6 (2.73% from 255 or 1.49% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #06ACE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ACE0 is #F9531F. Grayscale: #7F7F7F. Windows color (decimal): -16339744 or 14724102. OLE color: 14724102.

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

Color convert

RGB 6 172 224 -
CMYK 0.97 0.23 0 0.12
HSL 194.31º 0.95% 0.45% -
HSV(B) 194.31º 0.97% 0.88% -
XYZ 28.28 34.93 75.77 -
YUV 128.29 182 40.77 -
System Red Green Blue C M Y K H S L
Decimal 6 172 224 0.97 0.23 0 0.12 194.31 0.95 0.45
Hex 6 AC E0 61 17 0 C C2 5F 2D
Octal 6 254 340 141 27 0 14 302 137 55
Binary 110 10101100 11100000 1100001 10111 0 1100 11000010 1011111 101101

Color Harmonies of #06ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ACE0

Black with #06ACE0

Text Example


Text Example

White with #06ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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