Html Css Color HEX #6FEDFD Electric Blue

📋 copy color: '#6FEDFD'

red 111 ◦ green 237 ◦ blue 253

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

Shades of Electric Blue #6FEDFD

Tints of Electric Blue #6FEDFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.1%

R = 18.47%
G = 39.43%
B = 42.1%

CMYK

 C value IS 0.56

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FEDFD (or 0x6FEDFD) is known color: Electric Blue. HEX triplet: 6F, ED and FD. RGB value is (111,237,253). Sum of RGB (Red+Green+Blue) = 111+237+253=601 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.47% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #6FEDFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEDFD is #901202. Grayscale: #C8C8C8. Windows color (decimal): -9441795 or 16641391. OLE color: 16641391.

HSL color Cylindrical-coordinate representation of color #6FEDFD: hue angle of 186.76º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FEDFD is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 237 253 -
CMYK 0.56 0.06 0 0.01
HSL 186.76º 0.97% 0.71% -
HSV(B) 186.76º 0.56% 0.99% -
XYZ 54.57 71.04 103.76 -
YUV 201.15 157.26 63.7 -
System Red Green Blue C M Y K H S L
Decimal 111 237 253 0.56 0.06 0 0.01 186.76 0.97 0.71
Hex 6F ED FD 38 6 0 1 BB 61 47
Octal 157 355 375 70 6 0 1 273 141 107
Binary 1101111 11101101 11111101 111000 110 0 1 10111011 1100001 1000111

Color Harmonies of #6FEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEDFD

Black with #6FEDFD

Text Example


Text Example

White with #6FEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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