Html Css Color HEX #07ACBC Iris Blue

📋 copy color: '#07ACBC'

red 7 ◦ green 172 ◦ blue 188

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

Shades of Iris Blue #07ACBC

Tints of Iris Blue #07ACBC

RGB

 RED value IS 7 (3.13% from 255) = 1.91%

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

 BLUE value IS 188 (73.83% from 255) = 51.23%

R = 1.91%
G = 46.87%
B = 51.23%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#07ACBC (or 0x07ACBC) is known color: Iris Blue. HEX triplet: 07, AC and BC. RGB value is (7,172,188). Sum of RGB (Red+Green+Blue) = 7+172+188=367 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #07ACBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ACBC is #F85343. Grayscale: #7C7C7C. Windows color (decimal): -16274244 or 12364807. OLE color: 12364807.

HSL color Cylindrical-coordinate representation of color #07ACBC: hue angle of 185.3º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ACBC is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 172 188 -
CMYK 0.96 0.09 0 0.26
HSL 185.3º 0.93% 0.38% -
HSV(B) 185.3º 0.96% 0.74% -
XYZ 23.92 33.18 52.72 -
YUV 124.49 163.84 44.2 -
System Red Green Blue C M Y K H S L
Decimal 7 172 188 0.96 0.09 0 0.26 185.3 0.93 0.38
Hex 7 AC BC 60 9 0 1A B9 5D 26
Octal 7 254 274 140 11 0 32 271 135 46
Binary 111 10101100 10111100 1100000 1001 0 11010 10111001 1011101 100110

Color Harmonies of #07ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ACBC

Black with #07ACBC

Text Example


Text Example

White with #07ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07ACBC; }

 p { color: rgb(7,172,188); }

 H1.HeaderClassName
 {
   color: #07ACBC;
 }
 .AnyTagClassName
 {
   color: #07ACBC;
 }
</style>

background-color css

<style>
 a { background-color: #07ACBC; }

 a { background-color: rgb(7,172,188); }

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

border-color css

<style>
 span { border-color: #07ACBC; }

 span { border-color: rgb(7,172,188); }

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