Html Css Color HEX #7FEDFC Electric Blue

📋 copy color: '#7FEDFC'

red 127 ◦ green 237 ◦ blue 252

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

Shades of Electric Blue #7FEDFC

Tints of Electric Blue #7FEDFC

RGB

 RED value IS 127 (50% from 255) = 20.62%

 GREEN value IS 237 (92.97% from 255) = 38.47%

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

R = 20.62%
G = 38.47%
B = 40.91%

CMYK

 C value IS 0.50

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7FEDFC (or 0x7FEDFC) is known color: Electric Blue. HEX triplet: 7F, ED and FC. RGB value is (127,237,252). Sum of RGB (Red+Green+Blue) = 127+237+252=616 (81% of max value = 765). Red value is 127 (50% from 255 or 20.62% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FEDFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #7FEDFC is #801203. Grayscale: #CDCDCD. Windows color (decimal): -8393220 or 16575871. OLE color: 16575871.

HSL color Cylindrical-coordinate representation of color #7FEDFC: hue angle of 187.2º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FEDFC is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 237 252 -
CMYK 0.50 0.06 0 0.01
HSL 187.2º 0.95% 0.74% -
HSV(B) 187.2º 0.5% 0.99% -
XYZ 56.61 72.11 103.03 -
YUV 205.82 154.06 71.78 -
System Red Green Blue C M Y K H S L
Decimal 127 237 252 0.50 0.06 0 0.01 187.2 0.95 0.74
Hex 7F ED FC 32 6 0 1 BB 5F 4A
Octal 177 355 374 62 6 0 1 273 137 112
Binary 1111111 11101101 11111100 110010 110 0 1 10111011 1011111 1001010

Color Harmonies of #7FEDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEDFC

Black with #7FEDFC

Text Example


Text Example

White with #7FEDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,237,252); }

 H1.HeaderClassName
 {
   color: #7FEDFC;
 }
 .AnyTagClassName
 {
   color: #7FEDFC;
 }
</style>

background-color css

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

 a { background-color: rgb(127,237,252); }

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

border-color css

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

 span { border-color: rgb(127,237,252); }

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