Html Css Color HEX #07ACDB Iris Blue

📋 copy color: '#07ACDB'

red 7 ◦ green 172 ◦ blue 219

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

Shades of Iris Blue #07ACDB

Tints of Iris Blue #07ACDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.03%

R = 1.76%
G = 43.22%
B = 55.03%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#07ACDB (or 0x07ACDB) is known color: Iris Blue. HEX triplet: 07, AC and DB. RGB value is (7,172,219). Sum of RGB (Red+Green+Blue) = 7+172+219=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #07ACDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ACDB is #F85324. Grayscale: #7F7F7F. Windows color (decimal): -16274213 or 14396423. OLE color: 14396423.

HSL color Cylindrical-coordinate representation of color #07ACDB: hue angle of 193.3º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ACDB is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 172 219 -
CMYK 0.97 0.21 0 0.14
HSL 193.3º 0.94% 0.44% -
HSV(B) 193.3º 0.97% 0.86% -
XYZ 27.63 34.66 72.25 -
YUV 128.02 179.34 41.68 -
System Red Green Blue C M Y K H S L
Decimal 7 172 219 0.97 0.21 0 0.14 193.3 0.94 0.44
Hex 7 AC DB 61 15 0 E C1 5E 2C
Octal 7 254 333 141 25 0 16 301 136 54
Binary 111 10101100 11011011 1100001 10101 0 1110 11000001 1011110 101100

Color Harmonies of #07ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ACDB

Black with #07ACDB

Text Example


Text Example

White with #07ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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