Html Css Color HEX #07ADB4 Iris Blue

📋 copy color: '#07ADB4'

red 7 ◦ green 173 ◦ blue 180

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

Shades of Iris Blue #07ADB4

Tints of Iris Blue #07ADB4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.06%

 BLUE value IS 180 (70.7% from 255) = 50%

R = 1.94%
G = 48.06%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#07ADB4 (or 0x07ADB4) is known color: Iris Blue. HEX triplet: 07, AD and B4. RGB value is (7,173,180). Sum of RGB (Red+Green+Blue) = 7+173+180=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 180 (70.70% from 255 or 50% from 360); Max value from RGB is 180 - color contains mainly: blue. Hex color #07ADB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADB4 is #F8524B. Grayscale: #7B7B7B. Windows color (decimal): -16273996 or 11840775. OLE color: 11840775.

HSL color Cylindrical-coordinate representation of color #07ADB4: hue angle of 182.43º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07ADB4 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 7 173 180 -
CMYK 0.96 0.04 0 0.29
HSL 182.43º 0.93% 0.37% -
HSV(B) 182.43º 0.96% 0.71% -
XYZ 23.27 33.23 48.37 -
YUV 124.16 159.5 44.43 -
System Red Green Blue C M Y K H S L
Decimal 7 173 180 0.96 0.04 0 0.29 182.43 0.93 0.37
Hex 7 AD B4 60 4 0 1D B6 5D 25
Octal 7 255 264 140 4 0 35 266 135 45
Binary 111 10101101 10110100 1100000 100 0 11101 10110110 1011101 100101

Color Harmonies of #07ADB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ADB4

Black with #07ADB4

Text Example


Text Example

White with #07ADB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,173,180); }

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

background-color css

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

 a { background-color: rgb(7,173,180); }

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

border-color css

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

 span { border-color: rgb(7,173,180); }

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