Html Css Color HEX #9ED6FB Columbia Blue

📋 copy color: '#9ED6FB'

red 158 ◦ green 214 ◦ blue 251

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

Shades of Columbia Blue #9ED6FB

Tints of Columbia Blue #9ED6FB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.35%

 BLUE value IS 251 (98.44% from 255) = 40.29%

R = 25.36%
G = 34.35%
B = 40.29%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9ED6FB (or 0x9ED6FB) is known color: Columbia Blue. HEX triplet: 9E, D6 and FB. RGB value is (158,214,251). Sum of RGB (Red+Green+Blue) = 158+214+251=623 (82% of max value = 765). Red value is 158 (62.11% from 255 or 25.36% from 623); Green value is 214 (83.98% from 255 or 34.35% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #9ED6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ED6FB is #612904. Grayscale: #C9C9C9. Windows color (decimal): -6367493 or 16504478. OLE color: 16504478.

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

Color convert

RGB 158 214 251 -
CMYK 0.37 0.15 0 0.02
HSL 203.87º 0.92% 0.8% -
HSV(B) 203.87º 0.37% 0.98% -
XYZ 55.56 62.33 100.37 -
YUV 201.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 158 214 251 0.37 0.15 0 0.02 203.87 0.92 0.8
Hex 9E D6 FB 25 F 0 2 CC 5C 50
Octal 236 326 373 45 17 0 2 314 134 120
Binary 10011110 11010110 11111011 100101 1111 0 10 11001100 1011100 1010000

Color Harmonies of #9ED6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED6FB

Black with #9ED6FB

Text Example


Text Example

White with #9ED6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,214,251); }

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

background-color css

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

 a { background-color: rgb(158,214,251); }

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

border-color css

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

 span { border-color: rgb(158,214,251); }

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