Html Css Color HEX #07A7DD Iris Blue

📋 copy color: '#07A7DD'

red 7 ◦ green 167 ◦ blue 221

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

Shades of Iris Blue #07A7DD

Tints of Iris Blue #07A7DD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.28%

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 1.77%
G = 42.28%
B = 55.95%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07A7DD (or 0x07A7DD) is known color: Iris Blue. HEX triplet: 07, A7 and DD. RGB value is (7,167,221). Sum of RGB (Red+Green+Blue) = 7+167+221=395 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.77% from 395); Green value is 167 (65.62% from 255 or 42.28% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #07A7DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A7DD is #F85822. Grayscale: #7C7C7C. Windows color (decimal): -16275491 or 14526215. OLE color: 14526215.

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

Color convert

RGB 7 167 221 -
CMYK 0.97 0.24 0 0.13
HSL 195.14º 0.94% 0.45% -
HSV(B) 195.14º 0.97% 0.87% -
XYZ 26.96 32.9 73.34 -
YUV 125.32 181.99 43.61 -
System Red Green Blue C M Y K H S L
Decimal 7 167 221 0.97 0.24 0 0.13 195.14 0.94 0.45
Hex 7 A7 DD 61 18 0 D C3 5E 2D
Octal 7 247 335 141 30 0 15 303 136 55
Binary 111 10100111 11011101 1100001 11000 0 1101 11000011 1011110 101101

Color Harmonies of #07A7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07A7DD

Black with #07A7DD

Text Example


Text Example

White with #07A7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,167,221); }

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

background-color css

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

 a { background-color: rgb(7,167,221); }

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

border-color css

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

 span { border-color: rgb(7,167,221); }

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