Html Css Color HEX #9EDBF8 Columbia Blue

📋 copy color: '#9EDBF8'

red 158 ◦ green 219 ◦ blue 248

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

Shades of Columbia Blue #9EDBF8

Tints of Columbia Blue #9EDBF8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.04%

 BLUE value IS 248 (97.27% from 255) = 39.68%

R = 25.28%
G = 35.04%
B = 39.68%

CMYK

 C value IS 0.36

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9EDBF8 (or 0x9EDBF8) is known color: Columbia Blue. HEX triplet: 9E, DB and F8. RGB value is (158,219,248). Sum of RGB (Red+Green+Blue) = 158+219+248=625 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.28% from 625); Green value is 219 (85.94% from 255 or 35.04% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #9EDBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDBF8 is #612407. Grayscale: #CBCBCB. Windows color (decimal): -6366216 or 16309150. OLE color: 16309150.

HSL color Cylindrical-coordinate representation of color #9EDBF8: hue angle of 199.33º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EDBF8 is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 158 219 248 -
CMYK 0.36 0.12 0 0.03
HSL 199.33º 0.87% 0.8% -
HSV(B) 199.33º 0.36% 0.97% -
XYZ 56.38 64.71 98.33 -
YUV 204.07 152.79 95.14 -
System Red Green Blue C M Y K H S L
Decimal 158 219 248 0.36 0.12 0 0.03 199.33 0.87 0.8
Hex 9E DB F8 24 C 0 3 C7 57 50
Octal 236 333 370 44 14 0 3 307 127 120
Binary 10011110 11011011 11111000 100100 1100 0 11 11000111 1010111 1010000

Color Harmonies of #9EDBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDBF8

Black with #9EDBF8

Text Example


Text Example

White with #9EDBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,219,248); }

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

background-color css

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

 a { background-color: rgb(158,219,248); }

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

border-color css

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

 span { border-color: rgb(158,219,248); }

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