#9AFDFF

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

Shades of Electric Blue #9AFDFF

Tints of Electric Blue #9AFDFF

Color information

#9AFDFF (or 0x9AFDFF) is unknown color: approx Electric Blue. HEX triplet: 9A, FD and FF. RGB value is (154,253,255). Sum of RGB (Red+Green+Blue) = 154+253+255=662 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.26% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AFDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFDFF is #650200. Grayscale: #DFDFDF. Windows color (decimal): -6619649 or 16776602. OLE color: 16776602.

HSL color Cylindrical-coordinate representation of color #9AFDFF: hue angle of 181.19º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AFDFF is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154253255-
CMYK0.400.0100
HSL181.19º100%80.2%-
HSV(B)181.19º39.61%100%-
XYZ66.584.34107.38-
YUV223.63145.778.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.26%
GREEN value IS 253 (99.22% from 255) = 38.22%
BLUE value IS 255 (100% from 255) = 38.52%
R=23.26%
G=38.22%
B=38.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542532550.400.0100181.1910080.2
Hex9AFDFF28100b56450
Octal23237537750100265144120
Binary1001101011111101111111111010001001011010111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFDFF; }

 p { color: rgb(154,253,255); }

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

<style>
 a { background-color: #9AFDFF; }

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

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

<style>
 span { border-color: #9AFDFF; }

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

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