Html Css Color HEX #07DBFF Deep Sky Blue

📋 copy color: '#07DBFF'

red 7 ◦ green 219 ◦ blue 255

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

Shades of Deep Sky Blue #07DBFF

Tints of Deep Sky Blue #07DBFF

RGB

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

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

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

R = 1.46%
G = 45.53%
B = 53.01%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#07DBFF (or 0x07DBFF) is known color: Deep Sky Blue. HEX triplet: 07, DB and FF. RGB value is (7,219,255). Sum of RGB (Red+Green+Blue) = 7+219+255=481 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #07DBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DBFF is #F82400. Grayscale: #9F9F9F. Windows color (decimal): -16262145 or 16767751. OLE color: 16767751.

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

Color convert

RGB 7 219 255 -
CMYK 0.97 0.14 0 0
HSL 188.71º 1% 0.51% -
HSV(B) 188.71º 0.97% 1% -
XYZ 43.47 57.93 103.5 -
YUV 159.72 181.76 19.07 -
System Red Green Blue C M Y K H S L
Decimal 7 219 255 0.97 0.14 0 0 188.71 1 0.51
Hex 7 DB FF 61 E 0 0 BD 64 33
Octal 7 333 377 141 16 0 0 275 144 63
Binary 111 11011011 11111111 1100001 1110 0 0 10111101 1100100 110011

Color Harmonies of #07DBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DBFF

Black with #07DBFF

Text Example


Text Example

White with #07DBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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