Html Css Color HEX #9DE3FA Columbia Blue

📋 copy color: '#9DE3FA'

red 157 ◦ green 227 ◦ blue 250

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

Shades of Columbia Blue #9DE3FA

Tints of Columbia Blue #9DE3FA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.8%

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

R = 24.76%
G = 35.8%
B = 39.43%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9DE3FA (or 0x9DE3FA) is known color: Columbia Blue. HEX triplet: 9D, E3 and FA. RGB value is (157,227,250). Sum of RGB (Red+Green+Blue) = 157+227+250=634 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.76% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DE3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE3FA is #621C05. Grayscale: #D0D0D0. Windows color (decimal): -6429702 or 16442269. OLE color: 16442269.

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

Color convert

RGB 157 227 250 -
CMYK 0.37 0.09 0 0.02
HSL 194.84º 0.9% 0.8% -
HSV(B) 194.84º 0.37% 0.98% -
XYZ 58.63 69.01 100.67 -
YUV 208.69 151.31 91.13 -
System Red Green Blue C M Y K H S L
Decimal 157 227 250 0.37 0.09 0 0.02 194.84 0.9 0.8
Hex 9D E3 FA 25 9 0 2 C3 5A 50
Octal 235 343 372 45 11 0 2 303 132 120
Binary 10011101 11100011 11111010 100101 1001 0 10 11000011 1011010 1010000

Color Harmonies of #9DE3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE3FA

Black with #9DE3FA

Text Example


Text Example

White with #9DE3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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