Html Css Color HEX #6FEFFC Electric Blue

📋 copy color: '#6FEFFC'

red 111 ◦ green 239 ◦ blue 252

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

Shades of Electric Blue #6FEFFC

Tints of Electric Blue #6FEFFC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 39.7%

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

R = 18.44%
G = 39.7%
B = 41.86%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6FEFFC (or 0x6FEFFC) is known color: Electric Blue. HEX triplet: 6F, EF and FC. RGB value is (111,239,252). Sum of RGB (Red+Green+Blue) = 111+239+252=602 (79% of max value = 765). Red value is 111 (43.75% from 255 or 18.44% from 602); Green value is 239 (93.75% from 255 or 39.70% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FEFFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FEFFC is #901003. Grayscale: #CACACA. Windows color (decimal): -9441284 or 16576367. OLE color: 16576367.

HSL color Cylindrical-coordinate representation of color #6FEFFC: hue angle of 185.53º degrees, saturation: 0.96, 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 #6FEFFC is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 111 239 252 -
CMYK 0.56 0.05 0 0.01
HSL 185.53º 0.96% 0.71% -
HSV(B) 185.53º 0.56% 0.99% -
XYZ 54.99 72.14 103.12 -
YUV 202.21 156.09 62.94 -
System Red Green Blue C M Y K H S L
Decimal 111 239 252 0.56 0.05 0 0.01 185.53 0.96 0.71
Hex 6F EF FC 38 5 0 1 BA 60 47
Octal 157 357 374 70 5 0 1 272 140 107
Binary 1101111 11101111 11111100 111000 101 0 1 10111010 1100000 1000111

Color Harmonies of #6FEFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEFFC

Black with #6FEFFC

Text Example


Text Example

White with #6FEFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,239,252); }

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

background-color css

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

 a { background-color: rgb(111,239,252); }

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

border-color css

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

 span { border-color: rgb(111,239,252); }

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