#6CEAFF

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

Shades of Electric Blue #6CEAFF

Tints of Electric Blue #6CEAFF

Color information

#6CEAFF (or 0x6CEAFF) is unknown color: approx Electric Blue. HEX triplet: 6C, EA and FF. RGB value is (108,234,255). Sum of RGB (Red+Green+Blue) = 108+234+255=597 (79% of max value = 765). Red value is 108 (42.58% from 255 or 18.09% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #6CEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEAFF is #931500. Grayscale: #C6C6C6. Windows color (decimal): -9639169 or 16771692. OLE color: 16771692.

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

Color convert

RGB108234255-
CMYK0.580.0800
HSL188.57º100%71.18%-
HSV(B)188.57º57.65%100%-
XYZ53.6669.25105.15-
YUV198.72159.7663.29-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 18.09%
GREEN value IS 234 (91.80% from 255) = 39.20%
BLUE value IS 255 (100% from 255) = 42.71%
R=18.09%
G=39.20%
B=42.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1082342550.580.0800188.5710071.18
Hex6CEAFF3A800bd6447
Octal154352377721000275144107
Binary110110011101010111111111110101000001011110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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