Html Css Color HEX #00C7FE Deep Sky Blue

📋 copy color: '#00C7FE'

red 0 ◦ green 199 ◦ blue 254

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

Shades of Deep Sky Blue #00C7FE

Tints of Deep Sky Blue #00C7FE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 199 (78.13% from 255) = 43.93%

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

R = 0%
G = 43.93%
B = 56.07%

CMYK

 C value IS 1

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#00C7FE (or 0x00C7FE) is known color: Deep Sky Blue. HEX triplet: 00, C7 and FE. RGB value is (0,199,254). Sum of RGB (Red+Green+Blue) = 0+199+254=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #00C7FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00C7FE is #FF3801. Grayscale: #919191. Windows color (decimal): -16726018 or 16697088. OLE color: 16697088.

HSL color Cylindrical-coordinate representation of color #00C7FE: hue angle of 192.99º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C7FE is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 0 199 254 -
CMYK 1 0.22 0 0.00
HSL 192.99º 1% 0.5% -
HSV(B) 192.99º 1% 1% -
XYZ 38.31 48 101.01 -
YUV 145.77 189.07 24.03 -
System Red Green Blue C M Y K H S L
Decimal 0 199 254 1 0.22 0 0.00 192.99 1 0.5
Hex 0 C7 FE 64 16 0 0 C1 64 32
Octal 0 307 376 144 26 0 0 301 144 62
Binary 0 11000111 11111110 1100100 10110 0 0 11000001 1100100 110010

Color Harmonies of #00C7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C7FE

Black with #00C7FE

Text Example


Text Example

White with #00C7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C7FE; }

 p { color: rgb(0,199,254); }

 H1.HeaderClassName
 {
   color: #00C7FE;
 }
 .AnyTagClassName
 {
   color: #00C7FE;
 }
</style>

background-color css

<style>
 a { background-color: #00C7FE; }

 a { background-color: rgb(0,199,254); }

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

border-color css

<style>
 span { border-color: #00C7FE; }

 span { border-color: rgb(0,199,254); }

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