Html Css Color HEX #07ABDE Iris Blue

📋 copy color: '#07ABDE'

red 7 ◦ green 171 ◦ blue 222

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

Shades of Iris Blue #07ABDE

Tints of Iris Blue #07ABDE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.75%

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 1.75%
G = 42.75%
B = 55.5%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#07ABDE (or 0x07ABDE) is known color: Iris Blue. HEX triplet: 07, AB and DE. RGB value is (7,171,222). Sum of RGB (Red+Green+Blue) = 7+171+222=400 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.75% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #07ABDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABDE is #F85421. Grayscale: #7F7F7F. Windows color (decimal): -16274466 or 14592775. OLE color: 14592775.

HSL color Cylindrical-coordinate representation of color #07ABDE: hue angle of 194.23º 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 #07ABDE is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 171 222 -
CMYK 0.97 0.23 0 0.13
HSL 194.23º 0.94% 0.45% -
HSV(B) 194.23º 0.97% 0.87% -
XYZ 27.84 34.44 74.29 -
YUV 127.78 181.17 41.85 -
System Red Green Blue C M Y K H S L
Decimal 7 171 222 0.97 0.23 0 0.13 194.23 0.94 0.45
Hex 7 AB DE 61 17 0 D C2 5E 2D
Octal 7 253 336 141 27 0 15 302 136 55
Binary 111 10101011 11011110 1100001 10111 0 1101 11000010 1011110 101101

Color Harmonies of #07ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ABDE

Black with #07ABDE

Text Example


Text Example

White with #07ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,171,222); }

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

background-color css

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

 a { background-color: rgb(7,171,222); }

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

border-color css

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

 span { border-color: rgb(7,171,222); }

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