Html Css Color HEX #9EE5FD Columbia Blue

📋 copy color: '#9EE5FD'

red 158 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #9EE5FD

Tints of Columbia Blue #9EE5FD

RGB

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

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

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

R = 24.69%
G = 35.78%
B = 39.53%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9EE5FD (or 0x9EE5FD) is known color: Columbia Blue. HEX triplet: 9E, E5 and FD. RGB value is (158,229,253). Sum of RGB (Red+Green+Blue) = 158+229+253=640 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.69% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE5FD is #611A02. Grayscale: #D2D2D2. Windows color (decimal): -6363651 or 16639390. OLE color: 16639390.

HSL color Cylindrical-coordinate representation of color #9EE5FD: hue angle of 195.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EE5FD is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 158 229 253 -
CMYK 0.38 0.09 0 0.01
HSL 195.16º 0.96% 0.81% -
HSV(B) 195.16º 0.38% 0.99% -
XYZ 59.85 70.4 103.36 -
YUV 210.51 151.98 90.55 -
System Red Green Blue C M Y K H S L
Decimal 158 229 253 0.38 0.09 0 0.01 195.16 0.96 0.81
Hex 9E E5 FD 26 9 0 1 C3 60 51
Octal 236 345 375 46 11 0 1 303 140 121
Binary 10011110 11100101 11111101 100110 1001 0 1 11000011 1100000 1010001

Color Harmonies of #9EE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE5FD

Black with #9EE5FD

Text Example


Text Example

White with #9EE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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