#9AFBFF

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

Shades of Electric Blue #9AFBFF

Tints of Electric Blue #9AFBFF

Color information

#9AFBFF (or 0x9AFBFF) is unknown color: approx Electric Blue. HEX triplet: 9A, FB and FF. RGB value is (154,251,255). Sum of RGB (Red+Green+Blue) = 154+251+255=660 (87% of max value = 765). Red value is 154 (60.55% from 255 or 23.33% from 660); Green value is 251 (98.44% from 255 or 38.03% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFBFF is #650400. Grayscale: #DEDEDE. Windows color (decimal): -6620161 or 16776090. OLE color: 16776090.

HSL color Cylindrical-coordinate representation of color #9AFBFF: hue angle of 182.38º 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 #9AFBFF is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154251255-
CMYK0.400.0200
HSL182.38º100%80.2%-
HSV(B)182.38º39.61%100%-
XYZ65.8783.08107.17-
YUV222.45146.3679.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.33%
GREEN value IS 251 (98.44% from 255) = 38.03%
BLUE value IS 255 (100% from 255) = 38.64%
R=23.33%
G=38.03%
B=38.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542512550.400.0200182.3810080.2
Hex9AFBFF28200b66450
Octal23237337750200266144120
Binary10011010111110111111111110100010001011011011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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