Html Css Color HEX #07DBFB Deep Sky Blue

📋 copy color: '#07DBFB'

red 7 ◦ green 219 ◦ blue 251

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

Shades of Deep Sky Blue #07DBFB

Tints of Deep Sky Blue #07DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.62%

R = 1.47%
G = 45.91%
B = 52.62%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#07DBFB (or 0x07DBFB) is known color: Deep Sky Blue. HEX triplet: 07, DB and FB. RGB value is (7,219,251). Sum of RGB (Red+Green+Blue) = 7+219+251=477 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 251 (98.44% from 255 or 52.62% from 477); Max value from RGB is 251 - color contains mainly: blue. Hex color #07DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DBFB is #F82404. Grayscale: #9E9E9E. Windows color (decimal): -16262149 or 16505607. OLE color: 16505607.

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

Color convert

RGB 7 219 251 -
CMYK 0.97 0.13 0 0.02
HSL 187.87º 0.97% 0.51% -
HSV(B) 187.87º 0.97% 0.98% -
XYZ 42.83 57.67 100.14 -
YUV 159.26 179.76 19.4 -
System Red Green Blue C M Y K H S L
Decimal 7 219 251 0.97 0.13 0 0.02 187.87 0.97 0.51
Hex 7 DB FB 61 D 0 2 BC 61 33
Octal 7 333 373 141 15 0 2 274 141 63
Binary 111 11011011 11111011 1100001 1101 0 10 10111100 1100001 110011

Color Harmonies of #07DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DBFB

Black with #07DBFB

Text Example


Text Example

White with #07DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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