Html Css Color HEX #07ADC4 Iris Blue

📋 copy color: '#07ADC4'

red 7 ◦ green 173 ◦ blue 196

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

Shades of Iris Blue #07ADC4

Tints of Iris Blue #07ADC4

RGB

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

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

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

R = 1.86%
G = 46.01%
B = 52.13%

CMYK

 C value IS 0.96

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#07ADC4 (or 0x07ADC4) is known color: Iris Blue. HEX triplet: 07, AD and C4. RGB value is (7,173,196). Sum of RGB (Red+Green+Blue) = 7+173+196=376 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.86% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 196 (76.95% from 255 or 52.13% from 376); Max value from RGB is 196 - color contains mainly: blue. Hex color #07ADC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADC4 is #F8523B. Grayscale: #7D7D7D. Windows color (decimal): -16273980 or 12889351. OLE color: 12889351.

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

Color convert

RGB 7 173 196 -
CMYK 0.96 0.12 0 0.23
HSL 187.3º 0.93% 0.4% -
HSV(B) 187.3º 0.96% 0.77% -
XYZ 25 33.92 57.45 -
YUV 125.99 167.5 43.13 -
System Red Green Blue C M Y K H S L
Decimal 7 173 196 0.96 0.12 0 0.23 187.3 0.93 0.4
Hex 7 AD C4 60 C 0 17 BB 5D 28
Octal 7 255 304 140 14 0 27 273 135 50
Binary 111 10101101 11000100 1100000 1100 0 10111 10111011 1011101 101000

Color Harmonies of #07ADC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ADC4

Black with #07ADC4

Text Example


Text Example

White with #07ADC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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