Html Css Color HEX #07CFF7 Deep Sky Blue

📋 copy color: '#07CFF7'

red 7 ◦ green 207 ◦ blue 247

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

Shades of Deep Sky Blue #07CFF7

Tints of Deep Sky Blue #07CFF7

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.9%

 BLUE value IS 247 (96.88% from 255) = 53.58%

R = 1.52%
G = 44.9%
B = 53.58%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#07CFF7 (or 0x07CFF7) is known color: Deep Sky Blue. HEX triplet: 07, CF and F7. RGB value is (7,207,247). Sum of RGB (Red+Green+Blue) = 7+207+247=461 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.52% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 247 (96.88% from 255 or 53.58% from 461); Max value from RGB is 247 - color contains mainly: blue. Hex color #07CFF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CFF7 is #F83008. Grayscale: #979797. Windows color (decimal): -16265225 or 16240391. OLE color: 16240391.

HSL color Cylindrical-coordinate representation of color #07CFF7: hue angle of 190º degrees, saturation: 0.94, 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 #07CFF7 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 207 247 -
CMYK 0.97 0.16 0 0.03
HSL 190º 0.94% 0.5% -
HSV(B) 190º 0.97% 0.97% -
XYZ 39.19 51.39 95.85 -
YUV 151.76 181.74 24.75 -
System Red Green Blue C M Y K H S L
Decimal 7 207 247 0.97 0.16 0 0.03 190 0.94 0.5
Hex 7 CF F7 61 10 0 3 BE 5E 32
Octal 7 317 367 141 20 0 3 276 136 62
Binary 111 11001111 11110111 1100001 10000 0 11 10111110 1011110 110010

Color Harmonies of #07CFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CFF7

Black with #07CFF7

Text Example


Text Example

White with #07CFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,207,247); }

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

background-color css

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

 a { background-color: rgb(7,207,247); }

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

border-color css

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

 span { border-color: rgb(7,207,247); }

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