Html Css Color HEX #07CCFE Deep Sky Blue

📋 copy color: '#07CCFE'

red 7 ◦ green 204 ◦ blue 254

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

Shades of Deep Sky Blue #07CCFE

Tints of Deep Sky Blue #07CCFE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.87%

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 1.51%
G = 43.87%
B = 54.62%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#07CCFE (or 0x07CCFE) is known color: Deep Sky Blue. HEX triplet: 07, CC and FE. RGB value is (7,204,254). Sum of RGB (Red+Green+Blue) = 7+204+254=465 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #07CCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CCFE is #F83301. Grayscale: #969696. Windows color (decimal): -16265986 or 16698375. OLE color: 16698375.

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

Color convert

RGB 7 204 254 -
CMYK 0.97 0.20 0 0.00
HSL 192.15º 0.99% 0.51% -
HSV(B) 192.15º 0.97% 1% -
XYZ 39.57 50.39 101.41 -
YUV 150.8 186.23 25.43 -
System Red Green Blue C M Y K H S L
Decimal 7 204 254 0.97 0.20 0 0.00 192.15 0.99 0.51
Hex 7 CC FE 61 14 0 0 C0 63 33
Octal 7 314 376 141 24 0 0 300 143 63
Binary 111 11001100 11111110 1100001 10100 0 0 11000000 1100011 110011

Color Harmonies of #07CCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CCFE

Black with #07CCFE

Text Example


Text Example

White with #07CCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,204,254); }

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

background-color css

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

 a { background-color: rgb(7,204,254); }

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

border-color css

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

 span { border-color: rgb(7,204,254); }

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