Html Css Color HEX #07B7FA Deep Sky Blue

📋 copy color: '#07B7FA'

red 7 ◦ green 183 ◦ blue 250

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

Shades of Deep Sky Blue #07B7FA

Tints of Deep Sky Blue #07B7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.59%

 BLUE value IS 250 (98.05% from 255) = 56.82%

R = 1.59%
G = 41.59%
B = 56.82%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#07B7FA (or 0x07B7FA) is known color: Deep Sky Blue. HEX triplet: 07, B7 and FA. RGB value is (7,183,250). Sum of RGB (Red+Green+Blue) = 7+183+250=440 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #07B7FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07B7FA is #F84805. Grayscale: #898989. Windows color (decimal): -16271366 or 16430855. OLE color: 16430855.

HSL color Cylindrical-coordinate representation of color #07B7FA: hue angle of 196.54º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B7FA is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 183 250 -
CMYK 0.97 0.27 0 0.02
HSL 196.54º 0.96% 0.5% -
HSV(B) 196.54º 0.97% 0.98% -
XYZ 34.28 40.81 96.51 -
YUV 138.01 191.19 34.55 -
System Red Green Blue C M Y K H S L
Decimal 7 183 250 0.97 0.27 0 0.02 196.54 0.96 0.5
Hex 7 B7 FA 61 1B 0 2 C5 60 32
Octal 7 267 372 141 33 0 2 305 140 62
Binary 111 10110111 11111010 1100001 11011 0 10 11000101 1100000 110010

Color Harmonies of #07B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B7FA

Black with #07B7FA

Text Example


Text Example

White with #07B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,183,250); }

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

background-color css

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

 a { background-color: rgb(7,183,250); }

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

border-color css

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

 span { border-color: rgb(7,183,250); }

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