Html Css Color HEX #07ABDC Iris Blue

📋 copy color: '#07ABDC'

red 7 ◦ green 171 ◦ blue 220

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

Shades of Iris Blue #07ABDC

Tints of Iris Blue #07ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.28%

R = 1.76%
G = 42.96%
B = 55.28%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#07ABDC (or 0x07ABDC) is known color: Iris Blue. HEX triplet: 07, AB and DC. RGB value is (7,171,220). Sum of RGB (Red+Green+Blue) = 7+171+220=398 (52% of max value = 765). Red value is 7 (3.12% from 255 or 1.76% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #07ABDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07ABDC is #F85423. Grayscale: #7F7F7F. Windows color (decimal): -16274468 or 14461703. OLE color: 14461703.

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

Color convert

RGB 7 171 220 -
CMYK 0.97 0.22 0 0.14
HSL 193.8º 0.94% 0.45% -
HSV(B) 193.8º 0.97% 0.86% -
XYZ 27.57 34.34 72.89 -
YUV 127.55 180.17 42.02 -
System Red Green Blue C M Y K H S L
Decimal 7 171 220 0.97 0.22 0 0.14 193.8 0.94 0.45
Hex 7 AB DC 61 16 0 E C2 5E 2D
Octal 7 253 334 141 26 0 16 302 136 55
Binary 111 10101011 11011100 1100001 10110 0 1110 11000010 1011110 101101

Color Harmonies of #07ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ABDC

Black with #07ABDC

Text Example


Text Example

White with #07ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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