Html Css Color HEX #9EE5FE Columbia Blue

📋 copy color: '#9EE5FE'

red 158 ◦ green 229 ◦ blue 254

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

Shades of Columbia Blue #9EE5FE

Tints of Columbia Blue #9EE5FE

RGB

 RED value IS 158 (62.11% from 255) = 24.65%

 GREEN value IS 229 (89.84% from 255) = 35.73%

 BLUE value IS 254 (99.61% from 255) = 39.63%

R = 24.65%
G = 35.73%
B = 39.63%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9EE5FE (or 0x9EE5FE) is known color: Columbia Blue. HEX triplet: 9E, E5 and FE. RGB value is (158,229,254). Sum of RGB (Red+Green+Blue) = 158+229+254=641 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.65% from 641); Green value is 229 (89.84% from 255 or 35.73% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EE5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE5FE is #611A01. Grayscale: #D2D2D2. Windows color (decimal): -6363650 or 16704926. OLE color: 16704926.

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

Color convert

RGB 158 229 254 -
CMYK 0.38 0.10 0 0.00
HSL 195.63º 0.98% 0.81% -
HSV(B) 195.63º 0.38% 1% -
XYZ 60.01 70.46 104.2 -
YUV 210.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 158 229 254 0.38 0.10 0 0.00 195.63 0.98 0.81
Hex 9E E5 FE 26 A 0 0 C4 62 51
Octal 236 345 376 46 12 0 0 304 142 121
Binary 10011110 11100101 11111110 100110 1010 0 0 11000100 1100010 1010001

Color Harmonies of #9EE5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE5FE

Black with #9EE5FE

Text Example


Text Example

White with #9EE5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,229,254); }

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

background-color css

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

 a { background-color: rgb(158,229,254); }

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

border-color css

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

 span { border-color: rgb(158,229,254); }

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