Html Css Color HEX #9EDFFA Columbia Blue

📋 copy color: '#9EDFFA'

red 158 ◦ green 223 ◦ blue 250

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

Shades of Columbia Blue #9EDFFA

Tints of Columbia Blue #9EDFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.34%

 BLUE value IS 250 (98.05% from 255) = 39.62%

R = 25.04%
G = 35.34%
B = 39.62%

CMYK

 C value IS 0.37

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9EDFFA (or 0x9EDFFA) is known color: Columbia Blue. HEX triplet: 9E, DF and FA. RGB value is (158,223,250). Sum of RGB (Red+Green+Blue) = 158+223+250=631 (83% of max value = 765). Red value is 158 (62.11% from 255 or 25.04% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #9EDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EDFFA is #612005. Grayscale: #CECECE. Windows color (decimal): -6365190 or 16441246. OLE color: 16441246.

HSL color Cylindrical-coordinate representation of color #9EDFFA: hue angle of 197.61º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EDFFA is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 223 250 -
CMYK 0.37 0.11 0 0.02
HSL 197.61º 0.9% 0.8% -
HSV(B) 197.61º 0.37% 0.98% -
XYZ 57.74 66.95 100.32 -
YUV 206.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 158 223 250 0.37 0.11 0 0.02 197.61 0.9 0.8
Hex 9E DF FA 25 B 0 2 C6 5A 50
Octal 236 337 372 45 13 0 2 306 132 120
Binary 10011110 11011111 11111010 100101 1011 0 10 11000110 1011010 1010000

Color Harmonies of #9EDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDFFA

Black with #9EDFFA

Text Example


Text Example

White with #9EDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,223,250); }

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

background-color css

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

 a { background-color: rgb(158,223,250); }

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

border-color css

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

 span { border-color: rgb(158,223,250); }

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