Html Css Color HEX #07B9E5 Deep Sky Blue

📋 copy color: '#07B9E5'

red 7 ◦ green 185 ◦ blue 229

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

Shades of Deep Sky Blue #07B9E5

Tints of Deep Sky Blue #07B9E5

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.94%

 BLUE value IS 229 (89.84% from 255) = 54.39%

R = 1.66%
G = 43.94%
B = 54.39%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#07B9E5 (or 0x07B9E5) is known color: Deep Sky Blue. HEX triplet: 07, B9 and E5. RGB value is (7,185,229). Sum of RGB (Red+Green+Blue) = 7+185+229=421 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.66% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 229 (89.84% from 255 or 54.39% from 421); Max value from RGB is 229 - color contains mainly: blue. Hex color #07B9E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07B9E5 is #F8461A. Grayscale: #888888. Windows color (decimal): -16270875 or 15055111. OLE color: 15055111.

HSL color Cylindrical-coordinate representation of color #07B9E5: hue angle of 191.89º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B9E5 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 7 185 229 -
CMYK 0.97 0.19 0 0.10
HSL 191.89º 0.94% 0.46% -
HSV(B) 191.89º 0.97% 0.9% -
XYZ 31.58 40.4 80.26 -
YUV 136.79 180.03 35.42 -
System Red Green Blue C M Y K H S L
Decimal 7 185 229 0.97 0.19 0 0.10 191.89 0.94 0.46
Hex 7 B9 E5 61 13 0 A C0 5E 2E
Octal 7 271 345 141 23 0 12 300 136 56
Binary 111 10111001 11100101 1100001 10011 0 1010 11000000 1011110 101110

Color Harmonies of #07B9E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B9E5

Black with #07B9E5

Text Example


Text Example

White with #07B9E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,185,229); }

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

background-color css

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

 a { background-color: rgb(7,185,229); }

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

border-color css

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

 span { border-color: rgb(7,185,229); }

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