Html Css Color HEX #9ED7FA Columbia Blue

📋 copy color: '#9ED7FA'

red 158 ◦ green 215 ◦ blue 250

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

Shades of Columbia Blue #9ED7FA

Tints of Columbia Blue #9ED7FA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.51%

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

R = 25.36%
G = 34.51%
B = 40.13%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9ED7FA (or 0x9ED7FA) is known color: Columbia Blue. HEX triplet: 9E, D7 and FA. RGB value is (158,215,250). Sum of RGB (Red+Green+Blue) = 158+215+250=623 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.36% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #9ED7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED7FA is #612805. Grayscale: #C9C9C9. Windows color (decimal): -6367238 or 16439198. OLE color: 16439198.

HSL color Cylindrical-coordinate representation of color #9ED7FA: hue angle of 202.83º 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 #9ED7FA is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 215 250 -
CMYK 0.37 0.14 0 0.02
HSL 202.83º 0.9% 0.8% -
HSV(B) 202.83º 0.37% 0.98% -
XYZ 55.66 62.77 99.63 -
YUV 201.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 158 215 250 0.37 0.14 0 0.02 202.83 0.9 0.8
Hex 9E D7 FA 25 E 0 2 CB 5A 50
Octal 236 327 372 45 16 0 2 313 132 120
Binary 10011110 11010111 11111010 100101 1110 0 10 11001011 1011010 1010000

Color Harmonies of #9ED7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED7FA

Black with #9ED7FA

Text Example


Text Example

White with #9ED7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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