Html Css Color HEX #07DBFE Deep Sky Blue

📋 copy color: '#07DBFE'

red 7 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #07DBFE

Tints of Deep Sky Blue #07DBFE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.63%

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 1.46%
G = 45.63%
B = 52.92%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#07DBFE (or 0x07DBFE) is known color: Deep Sky Blue. HEX triplet: 07, DB and FE. RGB value is (7,219,254). Sum of RGB (Red+Green+Blue) = 7+219+254=480 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #07DBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DBFE is #F82401. Grayscale: #9F9F9F. Windows color (decimal): -16262146 or 16702215. OLE color: 16702215.

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

Color convert

RGB 7 219 254 -
CMYK 0.97 0.14 0 0.00
HSL 188.5º 0.99% 0.51% -
HSV(B) 188.5º 0.97% 1% -
XYZ 43.31 57.86 102.65 -
YUV 159.6 181.26 19.15 -
System Red Green Blue C M Y K H S L
Decimal 7 219 254 0.97 0.14 0 0.00 188.5 0.99 0.51
Hex 7 DB FE 61 E 0 0 BD 63 33
Octal 7 333 376 141 16 0 0 275 143 63
Binary 111 11011011 11111110 1100001 1110 0 0 10111101 1100011 110011

Color Harmonies of #07DBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DBFE

Black with #07DBFE

Text Example


Text Example

White with #07DBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,219,254); }

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

background-color css

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

 a { background-color: rgb(7,219,254); }

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

border-color css

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

 span { border-color: rgb(7,219,254); }

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