Html Css Color HEX #07DCFA Deep Sky Blue

📋 copy color: '#07DCFA'

red 7 ◦ green 220 ◦ blue 250

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

Shades of Deep Sky Blue #07DCFA

Tints of Deep Sky Blue #07DCFA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.12%

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 1.47%
G = 46.12%
B = 52.41%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#07DCFA (or 0x07DCFA) is known color: Deep Sky Blue. HEX triplet: 07, DC and FA. RGB value is (7,220,250). Sum of RGB (Red+Green+Blue) = 7+220+250=477 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #07DCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DCFA is #F82305. Grayscale: #9F9F9F. Windows color (decimal): -16261894 or 16440327. OLE color: 16440327.

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

Color convert

RGB 7 220 250 -
CMYK 0.97 0.12 0 0.02
HSL 187.41º 0.96% 0.5% -
HSV(B) 187.41º 0.97% 0.98% -
XYZ 42.94 58.13 99.4 -
YUV 159.73 178.93 19.06 -
System Red Green Blue C M Y K H S L
Decimal 7 220 250 0.97 0.12 0 0.02 187.41 0.96 0.5
Hex 7 DC FA 61 C 0 2 BB 60 32
Octal 7 334 372 141 14 0 2 273 140 62
Binary 111 11011100 11111010 1100001 1100 0 10 10111011 1100000 110010

Color Harmonies of #07DCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DCFA

Black with #07DCFA

Text Example


Text Example

White with #07DCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,220,250); }

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

background-color css

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

 a { background-color: rgb(7,220,250); }

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

border-color css

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

 span { border-color: rgb(7,220,250); }

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