Html Css Color HEX #07CCFC Deep Sky Blue

📋 copy color: '#07CCFC'

red 7 ◦ green 204 ◦ blue 252

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

Shades of Deep Sky Blue #07CCFC

Tints of Deep Sky Blue #07CCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.43%

R = 1.51%
G = 44.06%
B = 54.43%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#07CCFC (or 0x07CCFC) is known color: Deep Sky Blue. HEX triplet: 07, CC and FC. RGB value is (7,204,252). Sum of RGB (Red+Green+Blue) = 7+204+252=463 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 252 (98.83% from 255 or 54.43% from 463); Max value from RGB is 252 - color contains mainly: blue. Hex color #07CCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07CCFC is #F83303. Grayscale: #969696. Windows color (decimal): -16265988 or 16567303. OLE color: 16567303.

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

Color convert

RGB 7 204 252 -
CMYK 0.97 0.19 0 0.01
HSL 191.76º 0.98% 0.51% -
HSV(B) 191.76º 0.97% 0.99% -
XYZ 39.25 50.26 99.73 -
YUV 150.57 185.23 25.6 -
System Red Green Blue C M Y K H S L
Decimal 7 204 252 0.97 0.19 0 0.01 191.76 0.98 0.51
Hex 7 CC FC 61 13 0 1 C0 62 33
Octal 7 314 374 141 23 0 1 300 142 63
Binary 111 11001100 11111100 1100001 10011 0 1 11000000 1100010 110011

Color Harmonies of #07CCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CCFC

Black with #07CCFC

Text Example


Text Example

White with #07CCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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