Html Css Color HEX #07DBF8 Deep Sky Blue

📋 copy color: '#07DBF8'

red 7 ◦ green 219 ◦ blue 248

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

Shades of Deep Sky Blue #07DBF8

Tints of Deep Sky Blue #07DBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.32%

R = 1.48%
G = 46.2%
B = 52.32%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#07DBF8 (or 0x07DBF8) is known color: Deep Sky Blue. HEX triplet: 07, DB and F8. RGB value is (7,219,248). Sum of RGB (Red+Green+Blue) = 7+219+248=474 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.48% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 248 (97.27% from 255 or 52.32% from 474); Max value from RGB is 248 - color contains mainly: blue. Hex color #07DBF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DBF8 is #F82407. Grayscale: #9E9E9E. Windows color (decimal): -16262152 or 16308999. OLE color: 16308999.

HSL color Cylindrical-coordinate representation of color #07DBF8: hue angle of 187.22º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DBF8 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 219 248 -
CMYK 0.97 0.12 0 0.03
HSL 187.22º 0.95% 0.5% -
HSV(B) 187.22º 0.97% 0.97% -
XYZ 42.36 57.49 97.67 -
YUV 158.92 178.26 19.64 -
System Red Green Blue C M Y K H S L
Decimal 7 219 248 0.97 0.12 0 0.03 187.22 0.95 0.5
Hex 7 DB F8 61 C 0 3 BB 5F 32
Octal 7 333 370 141 14 0 3 273 137 62
Binary 111 11011011 11111000 1100001 1100 0 11 10111011 1011111 110010

Color Harmonies of #07DBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DBF8

Black with #07DBF8

Text Example


Text Example

White with #07DBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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