Html Css Color HEX #07BCFC Deep Sky Blue

📋 copy color: '#07BCFC'

red 7 ◦ green 188 ◦ blue 252

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

Shades of Deep Sky Blue #07BCFC

Tints of Deep Sky Blue #07BCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.38%

R = 1.57%
G = 42.06%
B = 56.38%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#07BCFC (or 0x07BCFC) is known color: Deep Sky Blue. HEX triplet: 07, BC and FC. RGB value is (7,188,252). Sum of RGB (Red+Green+Blue) = 7+188+252=447 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #07BCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BCFC is #F84303. Grayscale: #8C8C8C. Windows color (decimal): -16270084 or 16563207. OLE color: 16563207.

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

Color convert

RGB 7 188 252 -
CMYK 0.97 0.25 0 0.01
HSL 195.67º 0.98% 0.51% -
HSV(B) 195.67º 0.97% 0.99% -
XYZ 35.64 43.04 98.52 -
YUV 141.18 190.53 32.3 -
System Red Green Blue C M Y K H S L
Decimal 7 188 252 0.97 0.25 0 0.01 195.67 0.98 0.51
Hex 7 BC FC 61 19 0 1 C4 62 33
Octal 7 274 374 141 31 0 1 304 142 63
Binary 111 10111100 11111100 1100001 11001 0 1 11000100 1100010 110011

Color Harmonies of #07BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BCFC

Black with #07BCFC

Text Example


Text Example

White with #07BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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