#6DEAFF

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

Shades of Electric Blue #6DEAFF

Tints of Electric Blue #6DEAFF

Color information

#6DEAFF (or 0x6DEAFF) is unknown color: approx Electric Blue. HEX triplet: 6D, EA and FF. RGB value is (109,234,255). Sum of RGB (Red+Green+Blue) = 109+234+255=598 (79% of max value = 765). Red value is 109 (42.97% from 255 or 18.23% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #6DEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6DEAFF is #921500. Grayscale: #C6C6C6. Windows color (decimal): -9573633 or 16771693. OLE color: 16771693.

HSL color Cylindrical-coordinate representation of color #6DEAFF: hue angle of 188.63º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6DEAFF is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB109234255-
CMYK0.570.0800
HSL188.63º100%71.37%-
HSV(B)188.63º57.25%100%-
XYZ53.7869.32105.15-
YUV199.02159.5963.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 18.23%
GREEN value IS 234 (91.80% from 255) = 39.13%
BLUE value IS 255 (100% from 255) = 42.64%
R=18.23%
G=39.13%
B=42.64%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1092342550.570.0800188.6310071.37
Hex6DEAFF39800bd6447
Octal155352377711000275144107
Binary110110111101010111111111110011000001011110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DEAFF; }

 p { color: rgb(109,234,255); }

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

<style>
 a { background-color: #6DEAFF; }

 a { background-color: rgb(109,234,255); }

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

<style>
 span { border-color: #6DEAFF; }

 span { border-color: rgb(109,234,255); }

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