Html Css Color HEX #07ADE1 Iris Blue

📋 copy color: '#07ADE1'

red 7 ◦ green 173 ◦ blue 225

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

Shades of Iris Blue #07ADE1

Tints of Iris Blue #07ADE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 55.56%

R = 1.73%
G = 42.72%
B = 55.56%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#07ADE1 (or 0x07ADE1) is known color: Iris Blue. HEX triplet: 07, AD and E1. RGB value is (7,173,225). Sum of RGB (Red+Green+Blue) = 7+173+225=405 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.73% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 225 (88.28% from 255 or 55.56% from 405); Max value from RGB is 225 - color contains mainly: blue. Hex color #07ADE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ADE1 is #F8521E. Grayscale: #808080. Windows color (decimal): -16273951 or 14789895. OLE color: 14789895.

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

Color convert

RGB 7 173 225 -
CMYK 0.97 0.23 0 0.12
HSL 194.31º 0.94% 0.45% -
HSV(B) 194.31º 0.97% 0.88% -
XYZ 28.62 35.37 76.55 -
YUV 129.29 182 40.77 -
System Red Green Blue C M Y K H S L
Decimal 7 173 225 0.97 0.23 0 0.12 194.31 0.94 0.45
Hex 7 AD E1 61 17 0 C C2 5E 2D
Octal 7 255 341 141 27 0 14 302 136 55
Binary 111 10101101 11100001 1100001 10111 0 1100 11000010 1011110 101101

Color Harmonies of #07ADE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ADE1

Black with #07ADE1

Text Example


Text Example

White with #07ADE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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