Html Css Color HEX #9BFEFF Electric Blue

📋 copy color: '#9BFEFF'

red 155 ◦ green 254 ◦ blue 255

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

Shades of Electric Blue #9BFEFF

Tints of Electric Blue #9BFEFF

RGB

 RED value IS 155 (60.94% from 255) = 23.34%

 GREEN value IS 254 (99.61% from 255) = 38.25%

 BLUE value IS 255 (100% from 255) = 38.4%

R = 23.34%
G = 38.25%
B = 38.4%

CMYK

 C value IS 0.39

 M value IS 0.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9BFEFF (or 0x9BFEFF) is known color: Electric Blue. HEX triplet: 9B, FE and FF. RGB value is (155,254,255). Sum of RGB (Red+Green+Blue) = 155+254+255=664 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.34% from 664); Green value is 254 (99.61% from 255 or 38.25% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BFEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFEFF is #640100. Grayscale: #E0E0E0. Windows color (decimal): -6553857 or 16776859. OLE color: 16776859.

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

Color convert

RGB 155 254 255 -
CMYK 0.39 0.00 0 0
HSL 180.6º 1% 0.8% -
HSV(B) 180.6º 0.39% 1% -
XYZ 67.01 85.07 107.5 -
YUV 224.51 145.2 78.42 -
System Red Green Blue C M Y K H S L
Decimal 155 254 255 0.39 0.00 0 0 180.6 1 0.8
Hex 9B FE FF 27 0 0 0 B5 64 50
Octal 233 376 377 47 0 0 0 265 144 120
Binary 10011011 11111110 11111111 100111 0 0 0 10110101 1100100 1010000

Color Harmonies of #9BFEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFEFF

Black with #9BFEFF

Text Example


Text Example

White with #9BFEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,254,255); }

 H1.HeaderClassName
 {
   color: #9BFEFF;
 }
 .AnyTagClassName
 {
   color: #9BFEFF;
 }
</style>

background-color css

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

 a { background-color: rgb(155,254,255); }

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

border-color css

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

 span { border-color: rgb(155,254,255); }

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