Html Css Color HEX #07BCFB Deep Sky Blue

📋 copy color: '#07BCFB'

red 7 ◦ green 188 ◦ blue 251

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

Shades of Deep Sky Blue #07BCFB

Tints of Deep Sky Blue #07BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.15%

 BLUE value IS 251 (98.44% from 255) = 56.28%

R = 1.57%
G = 42.15%
B = 56.28%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#07BCFB (or 0x07BCFB) is known color: Deep Sky Blue. HEX triplet: 07, BC and FB. RGB value is (7,188,251). Sum of RGB (Red+Green+Blue) = 7+188+251=446 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #07BCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BCFB is #F84304. Grayscale: #8C8C8C. Windows color (decimal): -16270085 or 16497671. OLE color: 16497671.

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

Color convert

RGB 7 188 251 -
CMYK 0.97 0.25 0 0.02
HSL 195.49º 0.97% 0.51% -
HSV(B) 195.49º 0.97% 0.98% -
XYZ 35.48 42.98 97.69 -
YUV 141.06 190.03 32.38 -
System Red Green Blue C M Y K H S L
Decimal 7 188 251 0.97 0.25 0 0.02 195.49 0.97 0.51
Hex 7 BC FB 61 19 0 2 C3 61 33
Octal 7 274 373 141 31 0 2 303 141 63
Binary 111 10111100 11111011 1100001 11001 0 10 11000011 1100001 110011

Color Harmonies of #07BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BCFB

Black with #07BCFB

Text Example


Text Example

White with #07BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,188,251); }

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

background-color css

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

 a { background-color: rgb(7,188,251); }

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

border-color css

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

 span { border-color: rgb(7,188,251); }

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