Html Css Color HEX #07DEFD Deep Sky Blue

📋 copy color: '#07DEFD'

red 7 ◦ green 222 ◦ blue 253

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

Shades of Deep Sky Blue #07DEFD

Tints of Deep Sky Blue #07DEFD

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.06%

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 1.45%
G = 46.06%
B = 52.49%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#07DEFD (or 0x07DEFD) is known color: Deep Sky Blue. HEX triplet: 07, DE and FD. RGB value is (7,222,253). Sum of RGB (Red+Green+Blue) = 7+222+253=482 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #07DEFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DEFD is #F82102. Grayscale: #A0A0A0. Windows color (decimal): -16261379 or 16637447. OLE color: 16637447.

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

Color convert

RGB 7 222 253 -
CMYK 0.97 0.12 0 0.01
HSL 187.56º 0.98% 0.51% -
HSV(B) 187.56º 0.97% 0.99% -
XYZ 43.94 59.38 102.07 -
YUV 161.25 179.77 17.98 -
System Red Green Blue C M Y K H S L
Decimal 7 222 253 0.97 0.12 0 0.01 187.56 0.98 0.51
Hex 7 DE FD 61 C 0 1 BC 62 33
Octal 7 336 375 141 14 0 1 274 142 63
Binary 111 11011110 11111101 1100001 1100 0 1 10111100 1100010 110011

Color Harmonies of #07DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DEFD

Black with #07DEFD

Text Example


Text Example

White with #07DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,222,253); }

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

background-color css

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

 a { background-color: rgb(7,222,253); }

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

border-color css

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

 span { border-color: rgb(7,222,253); }

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