Html Css Color HEX #9DE1FB Columbia Blue

📋 copy color: '#9DE1FB'

red 157 ◦ green 225 ◦ blue 251

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

Shades of Columbia Blue #9DE1FB

Tints of Columbia Blue #9DE1FB

RGB

 RED value IS 157 (61.72% from 255) = 24.8%

 GREEN value IS 225 (88.28% from 255) = 35.55%

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

R = 24.8%
G = 35.55%
B = 39.65%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DE1FB (or 0x9DE1FB) is known color: Columbia Blue. HEX triplet: 9D, E1 and FB. RGB value is (157,225,251). Sum of RGB (Red+Green+Blue) = 157+225+251=633 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.80% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DE1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE1FB is #621E04. Grayscale: #CFCFCF. Windows color (decimal): -6430213 or 16507293. OLE color: 16507293.

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

Color convert

RGB 157 225 251 -
CMYK 0.37 0.10 0 0.02
HSL 196.6º 0.92% 0.8% -
HSV(B) 196.6º 0.37% 0.98% -
XYZ 58.24 67.98 101.32 -
YUV 207.63 152.47 91.89 -
System Red Green Blue C M Y K H S L
Decimal 157 225 251 0.37 0.10 0 0.02 196.6 0.92 0.8
Hex 9D E1 FB 25 A 0 2 C5 5C 50
Octal 235 341 373 45 12 0 2 305 134 120
Binary 10011101 11100001 11111011 100101 1010 0 10 11000101 1011100 1010000

Color Harmonies of #9DE1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE1FB

Black with #9DE1FB

Text Example


Text Example

White with #9DE1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,225,251); }

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

background-color css

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

 a { background-color: rgb(157,225,251); }

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

border-color css

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

 span { border-color: rgb(157,225,251); }

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