Html Css Color HEX #07AFE8 Deep Sky Blue

📋 copy color: '#07AFE8'

red 7 ◦ green 175 ◦ blue 232

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

Shades of Deep Sky Blue #07AFE8

Tints of Deep Sky Blue #07AFE8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.27%

 BLUE value IS 232 (91.02% from 255) = 56.04%

R = 1.69%
G = 42.27%
B = 56.04%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#07AFE8 (or 0x07AFE8) is known color: Deep Sky Blue. HEX triplet: 07, AF and E8. RGB value is (7,175,232). Sum of RGB (Red+Green+Blue) = 7+175+232=414 (54% of max value = 765). Red value is 7 (3.12% from 255 or 1.69% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 232 (91.02% from 255 or 56.04% from 414); Max value from RGB is 232 - color contains mainly: blue. Hex color #07AFE8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07AFE8 is #F85017. Grayscale: #828282. Windows color (decimal): -16273432 or 15249159. OLE color: 15249159.

HSL color Cylindrical-coordinate representation of color #07AFE8: hue angle of 195.2º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07AFE8 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 7 175 232 -
CMYK 0.97 0.25 0 0.09
HSL 195.2º 0.94% 0.47% -
HSV(B) 195.2º 0.97% 0.91% -
XYZ 29.98 36.53 81.81 -
YUV 131.27 184.84 39.37 -
System Red Green Blue C M Y K H S L
Decimal 7 175 232 0.97 0.25 0 0.09 195.2 0.94 0.47
Hex 7 AF E8 61 19 0 9 C3 5E 2F
Octal 7 257 350 141 31 0 11 303 136 57
Binary 111 10101111 11101000 1100001 11001 0 1001 11000011 1011110 101111

Color Harmonies of #07AFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07AFE8

Black with #07AFE8

Text Example


Text Example

White with #07AFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,175,232); }

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

background-color css

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

 a { background-color: rgb(7,175,232); }

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

border-color css

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

 span { border-color: rgb(7,175,232); }

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