Html Css Color HEX #07ABEF Deep Sky Blue

📋 copy color: '#07ABEF'

red 7 ◦ green 171 ◦ blue 239

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

Shades of Deep Sky Blue #07ABEF

Tints of Deep Sky Blue #07ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 57.31%

R = 1.68%
G = 41.01%
B = 57.31%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#07ABEF (or 0x07ABEF) is known color: Deep Sky Blue. HEX triplet: 07, AB and EF. RGB value is (7,171,239). Sum of RGB (Red+Green+Blue) = 7+171+239=417 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #07ABEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07ABEF is #F85410. Grayscale: #818181. Windows color (decimal): -16274449 or 15706887. OLE color: 15706887.

HSL color Cylindrical-coordinate representation of color #07ABEF: hue angle of 197.59º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07ABEF is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 7 171 239 -
CMYK 0.97 0.28 0 0.06
HSL 197.59º 0.94% 0.48% -
HSV(B) 197.59º 0.97% 0.94% -
XYZ 30.23 35.4 86.9 -
YUV 129.72 189.67 40.47 -
System Red Green Blue C M Y K H S L
Decimal 7 171 239 0.97 0.28 0 0.06 197.59 0.94 0.48
Hex 7 AB EF 61 1C 0 6 C6 5E 30
Octal 7 253 357 141 34 0 6 306 136 60
Binary 111 10101011 11101111 1100001 11100 0 110 11000110 1011110 110000

Color Harmonies of #07ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07ABEF

Black with #07ABEF

Text Example


Text Example

White with #07ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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