Html Css Color HEX #9DE5FA Columbia Blue

📋 copy color: '#9DE5FA'

red 157 ◦ green 229 ◦ blue 250

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

Shades of Columbia Blue #9DE5FA

Tints of Columbia Blue #9DE5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.01%

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

R = 24.69%
G = 36.01%
B = 39.31%

CMYK

 C value IS 0.37

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DE5FA (or 0x9DE5FA) is known color: Columbia Blue. HEX triplet: 9D, E5 and FA. RGB value is (157,229,250). Sum of RGB (Red+Green+Blue) = 157+229+250=636 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.69% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DE5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE5FA is #621A05. Grayscale: #D1D1D1. Windows color (decimal): -6429190 or 16442781. OLE color: 16442781.

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

Color convert

RGB 157 229 250 -
CMYK 0.37 0.08 0 0.02
HSL 193.55º 0.9% 0.8% -
HSV(B) 193.55º 0.37% 0.98% -
XYZ 59.18 70.11 100.86 -
YUV 209.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 157 229 250 0.37 0.08 0 0.02 193.55 0.9 0.8
Hex 9D E5 FA 25 8 0 2 C2 5A 50
Octal 235 345 372 45 10 0 2 302 132 120
Binary 10011101 11100101 11111010 100101 1000 0 10 11000010 1011010 1010000

Color Harmonies of #9DE5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE5FA

Black with #9DE5FA

Text Example


Text Example

White with #9DE5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,229,250); }

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

background-color css

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

 a { background-color: rgb(157,229,250); }

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

border-color css

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

 span { border-color: rgb(157,229,250); }

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