Html Css Color HEX #07BEFF Deep Sky Blue

📋 copy color: '#07BEFF'

red 7 ◦ green 190 ◦ blue 255

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

Shades of Deep Sky Blue #07BEFF

Tints of Deep Sky Blue #07BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.04%

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

R = 1.55%
G = 42.04%
B = 56.42%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#07BEFF (or 0x07BEFF) is known color: Deep Sky Blue. HEX triplet: 07, BE and FF. RGB value is (7,190,255). Sum of RGB (Red+Green+Blue) = 7+190+255=452 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #07BEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BEFF is #F84100. Grayscale: #8E8E8E. Windows color (decimal): -16269569 or 16760327. OLE color: 16760327.

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

Color convert

RGB 7 190 255 -
CMYK 0.97 0.25 0 0
HSL 195.73º 1% 0.51% -
HSV(B) 195.73º 0.97% 1% -
XYZ 36.55 44.09 101.19 -
YUV 142.69 191.37 31.21 -
System Red Green Blue C M Y K H S L
Decimal 7 190 255 0.97 0.25 0 0 195.73 1 0.51
Hex 7 BE FF 61 19 0 0 C4 64 33
Octal 7 276 377 141 31 0 0 304 144 63
Binary 111 10111110 11111111 1100001 11001 0 0 11000100 1100100 110011

Color Harmonies of #07BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BEFF

Black with #07BEFF

Text Example


Text Example

White with #07BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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