#7DEEFF

Color #7DEEFF Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #7DEEFF

Tints of Electric Blue #7DEEFF

Color information

#7DEEFF (or 0x7DEEFF) is unknown color: approx Electric Blue. HEX triplet: 7D, EE and FF. RGB value is (125,238,255). Sum of RGB (Red+Green+Blue) = 125+238+255=618 (81% of max value = 765). Red value is 125 (49.22% from 255 or 20.23% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DEEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7DEEFF is #821100. Grayscale: #CDCDCD. Windows color (decimal): -8524033 or 16772733. OLE color: 16772733.

HSL color Cylindrical-coordinate representation of color #7DEEFF: hue angle of 187.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DEEFF is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB125238255-
CMYK0.510.0700
HSL187.85º100%74.51%-
HSV(B)187.85º50.98%100%-
XYZ57.0872.73105.64-
YUV206.15155.5670.12-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 20.23%
GREEN value IS 238 (93.36% from 255) = 38.51%
BLUE value IS 255 (100% from 255) = 41.26%
R=20.23%
G=38.51%
B=41.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1252382550.510.0700187.8510074.51
Hex7DEEFF33700bc644b
Octal17535637763700274144113
Binary11111011110111011111111110011111001011110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7DEEFF; }

 p { color: rgb(125,238,255); }

 H1.HeaderClassName
 {
   color: #7DEEFF;
 }
 .AnyTagClassName
 {
   color: #7DEEFF;
 }
</style>
background-color css

<style>
 a { background-color: #7DEEFF; }

 a { background-color: rgb(125,238,255); }

 div.DivClassName
 {
   background-color: #7DEEFF;
 }
 .BgClassName
 {
   background-color: #7DEEFF;
 }
</style>
border-color css

<style>
 span { border-color: #7DEEFF; }

 span { border-color: rgb(125,238,255); }

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