Html Css Color HEX #9DE2FB Columbia Blue

📋 copy color: '#9DE2FB'

red 157 ◦ green 226 ◦ blue 251

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

Shades of Columbia Blue #9DE2FB

Tints of Columbia Blue #9DE2FB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.65%

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

R = 24.76%
G = 35.65%
B = 39.59%

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

#9DE2FB (or 0x9DE2FB) is known color: Columbia Blue. HEX triplet: 9D, E2 and FB. RGB value is (157,226,251). Sum of RGB (Red+Green+Blue) = 157+226+251=634 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.76% from 634); Green value is 226 (88.67% from 255 or 35.65% from 634); Blue value is 251 (98.44% from 255 or 39.59% from 634); Max value from RGB is 251 - color contains mainly: blue. Hex color #9DE2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE2FB is #621D04. Grayscale: #D0D0D0. Windows color (decimal): -6429957 or 16507549. OLE color: 16507549.

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

Color convert

RGB 157 226 251 -
CMYK 0.37 0.10 0 0.02
HSL 195.96º 0.92% 0.8% -
HSV(B) 195.96º 0.37% 0.98% -
XYZ 58.51 68.53 101.41 -
YUV 208.22 152.14 91.47 -
System Red Green Blue C M Y K H S L
Decimal 157 226 251 0.37 0.10 0 0.02 195.96 0.92 0.8
Hex 9D E2 FB 25 A 0 2 C4 5C 50
Octal 235 342 373 45 12 0 2 304 134 120
Binary 10011101 11100010 11111011 100101 1010 0 10 11000100 1011100 1010000

Color Harmonies of #9DE2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE2FB

Black with #9DE2FB

Text Example


Text Example

White with #9DE2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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