Html Css Color HEX #6FEDFF Electric Blue

📋 copy color: '#6FEDFF'

red 111 ◦ green 237 ◦ blue 255

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

Shades of Electric Blue #6FEDFF

Tints of Electric Blue #6FEDFF

RGB

 RED value IS 111 (43.75% from 255) = 18.41%

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

 BLUE value IS 255 (100% from 255) = 42.29%

R = 18.41%
G = 39.3%
B = 42.29%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6FEDFF (or 0x6FEDFF) is known color: Electric Blue. HEX triplet: 6F, ED and FF. RGB value is (111,237,255). Sum of RGB (Red+Green+Blue) = 111+237+255=603 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.41% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEDFF is #901200. Grayscale: #C9C9C9. Windows color (decimal): -9441793 or 16772463. OLE color: 16772463.

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

Color convert

RGB 111 237 255 -
CMYK 0.56 0.07 0 0
HSL 187.5º 1% 0.72% -
HSV(B) 187.5º 0.56% 1% -
XYZ 54.89 71.17 105.45 -
YUV 201.38 158.26 63.54 -
System Red Green Blue C M Y K H S L
Decimal 111 237 255 0.56 0.07 0 0 187.5 1 0.72
Hex 6F ED FF 38 7 0 0 BC 64 48
Octal 157 355 377 70 7 0 0 274 144 110
Binary 1101111 11101101 11111111 111000 111 0 0 10111100 1100100 1001000

Color Harmonies of #6FEDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDFF

Black with #6FEDFF

Text Example


Text Example

White with #6FEDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,237,255); }

 H1.HeaderClassName
 {
   color: #6FEDFF;
 }
 .AnyTagClassName
 {
   color: #6FEDFF;
 }
</style>

background-color css

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

 a { background-color: rgb(111,237,255); }

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

border-color css

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

 span { border-color: rgb(111,237,255); }

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