Html Css Color HEX #07BCFF Deep Sky Blue

📋 copy color: '#07BCFF'

red 7 ◦ green 188 ◦ blue 255

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

Shades of Deep Sky Blue #07BCFF

Tints of Deep Sky Blue #07BCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 1.56%
G = 41.78%
B = 56.67%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#07BCFF (or 0x07BCFF) is known color: Deep Sky Blue. HEX triplet: 07, BC and FF. RGB value is (7,188,255). Sum of RGB (Red+Green+Blue) = 7+188+255=450 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #07BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BCFF is #F84300. Grayscale: #8D8D8D. Windows color (decimal): -16270081 or 16759815. OLE color: 16759815.

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

Color convert

RGB 7 188 255 -
CMYK 0.97 0.26 0 0
HSL 196.21º 1% 0.51% -
HSV(B) 196.21º 0.97% 1% -
XYZ 36.12 43.23 101.05 -
YUV 141.52 192.03 32.05 -
System Red Green Blue C M Y K H S L
Decimal 7 188 255 0.97 0.26 0 0 196.21 1 0.51
Hex 7 BC FF 61 1A 0 0 C4 64 33
Octal 7 274 377 141 32 0 0 304 144 63
Binary 111 10111100 11111111 1100001 11010 0 0 11000100 1100100 110011

Color Harmonies of #07BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BCFF

Black with #07BCFF

Text Example


Text Example

White with #07BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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