Html Css Color HEX #06ACC4 Iris Blue

📋 copy color: '#06ACC4'

red 6 ◦ green 172 ◦ blue 196

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

Shades of Iris Blue #06ACC4

Tints of Iris Blue #06ACC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 52.41%

R = 1.6%
G = 45.99%
B = 52.41%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#06ACC4 (or 0x06ACC4) is known color: Iris Blue. HEX triplet: 06, AC and C4. RGB value is (6,172,196). Sum of RGB (Red+Green+Blue) = 6+172+196=374 (49% of max value = 765). Red value is 6 (2.73% from 255 or 1.60% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #06ACC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #06ACC4 is #F9533B. Grayscale: #7C7C7C. Windows color (decimal): -16339772 or 12889094. OLE color: 12889094.

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

Color convert

RGB 6 172 196 -
CMYK 0.97 0.12 0 0.23
HSL 187.58º 0.94% 0.4% -
HSV(B) 187.58º 0.97% 0.77% -
XYZ 24.79 33.53 57.39 -
YUV 125.1 168 43.05 -
System Red Green Blue C M Y K H S L
Decimal 6 172 196 0.97 0.12 0 0.23 187.58 0.94 0.4
Hex 6 AC C4 61 C 0 17 BC 5E 28
Octal 6 254 304 141 14 0 27 274 136 50
Binary 110 10101100 11000100 1100001 1100 0 10111 10111100 1011110 101000

Color Harmonies of #06ACC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06ACC4

Black with #06ACC4

Text Example


Text Example

White with #06ACC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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