Html Css Color HEX #8FFDFD Electric Blue

📋 copy color: '#8FFDFD'

red 143 ◦ green 253 ◦ blue 253

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

Shades of Electric Blue #8FFDFD

Tints of Electric Blue #8FFDFD

RGB

 RED value IS 143 (56.25% from 255) = 22.03%

 GREEN value IS 253 (99.22% from 255) = 38.98%

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

R = 22.03%
G = 38.98%
B = 38.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8FFDFD (or 0x8FFDFD) is known color: Electric Blue. HEX triplet: 8F, FD and FD. RGB value is (143,253,253). Sum of RGB (Red+Green+Blue) = 143+253+253=649 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.03% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #8FFDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFDFD is #700202. Grayscale: #DCDCDC. Windows color (decimal): -7340547 or 16645519. OLE color: 16645519.

HSL color Cylindrical-coordinate representation of color #8FFDFD: hue angle of 180º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFDFD is Cyan = 0.43, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 143 253 253 -
CMYK 0.43 0 0 0.01
HSL 180º 0.96% 0.78% -
HSV(B) 180º 0.43% 0.99% -
XYZ 64.18 83.18 105.6 -
YUV 220.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 143 253 253 0.43 0 0 0.01 180 0.96 0.78
Hex 8F FD FD 2B 0 0 1 B4 60 4E
Octal 217 375 375 53 0 0 1 264 140 116
Binary 10001111 11111101 11111101 101011 0 0 1 10110100 1100000 1001110

Color Harmonies of #8FFDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FFDFD

Black with #8FFDFD

Text Example


Text Example

White with #8FFDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FFDFD; }

 p { color: rgb(143,253,253); }

 H1.HeaderClassName
 {
   color: #8FFDFD;
 }
 .AnyTagClassName
 {
   color: #8FFDFD;
 }
</style>

background-color css

<style>
 a { background-color: #8FFDFD; }

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

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

border-color css

<style>
 span { border-color: #8FFDFD; }

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

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