Html Css Color HEX #07B5FA Deep Sky Blue

📋 copy color: '#07B5FA'

red 7 ◦ green 181 ◦ blue 250

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

Shades of Deep Sky Blue #07B5FA

Tints of Deep Sky Blue #07B5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.32%

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

R = 1.6%
G = 41.32%
B = 57.08%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#07B5FA (or 0x07B5FA) is known color: Deep Sky Blue. HEX triplet: 07, B5 and FA. RGB value is (7,181,250). Sum of RGB (Red+Green+Blue) = 7+181+250=438 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.60% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #07B5FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07B5FA is #F84A05. Grayscale: #888888. Windows color (decimal): -16271878 or 16430343. OLE color: 16430343.

HSL color Cylindrical-coordinate representation of color #07B5FA: hue angle of 197.04º 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 #07B5FA is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 181 250 -
CMYK 0.97 0.28 0 0.02
HSL 197.04º 0.96% 0.5% -
HSV(B) 197.04º 0.97% 0.98% -
XYZ 33.87 40 96.38 -
YUV 136.84 191.85 35.39 -
System Red Green Blue C M Y K H S L
Decimal 7 181 250 0.97 0.28 0 0.02 197.04 0.96 0.5
Hex 7 B5 FA 61 1C 0 2 C5 60 32
Octal 7 265 372 141 34 0 2 305 140 62
Binary 111 10110101 11111010 1100001 11100 0 10 11000101 1100000 110010

Color Harmonies of #07B5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B5FA

Black with #07B5FA

Text Example


Text Example

White with #07B5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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