Html Css Color HEX #07DEFF Deep Sky Blue

📋 copy color: '#07DEFF'

red 7 ◦ green 222 ◦ blue 255

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

Shades of Deep Sky Blue #07DEFF

Tints of Deep Sky Blue #07DEFF

RGB

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

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

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

R = 1.45%
G = 45.87%
B = 52.69%

CMYK

 C value IS 0.97

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#07DEFF (or 0x07DEFF) is known color: Deep Sky Blue. HEX triplet: 07, DE and FF. RGB value is (7,222,255). Sum of RGB (Red+Green+Blue) = 7+222+255=484 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.45% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #07DEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DEFF is #F82100. Grayscale: #A1A1A1. Windows color (decimal): -16261377 or 16768519. OLE color: 16768519.

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

Color convert

RGB 7 222 255 -
CMYK 0.97 0.13 0 0
HSL 187.98º 1% 0.51% -
HSV(B) 187.98º 0.97% 1% -
XYZ 44.26 59.51 103.76 -
YUV 161.48 180.77 17.82 -
System Red Green Blue C M Y K H S L
Decimal 7 222 255 0.97 0.13 0 0 187.98 1 0.51
Hex 7 DE FF 61 D 0 0 BC 64 33
Octal 7 336 377 141 15 0 0 274 144 63
Binary 111 11011110 11111111 1100001 1101 0 0 10111100 1100100 110011

Color Harmonies of #07DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DEFF

Black with #07DEFF

Text Example


Text Example

White with #07DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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