Html Css Color HEX #9DD5FA Columbia Blue

📋 copy color: '#9DD5FA'

red 157 ◦ green 213 ◦ blue 250

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

Shades of Columbia Blue #9DD5FA

Tints of Columbia Blue #9DD5FA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.35%

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

R = 25.32%
G = 34.35%
B = 40.32%

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

#9DD5FA (or 0x9DD5FA) is known color: Columbia Blue. HEX triplet: 9D, D5 and FA. RGB value is (157,213,250). Sum of RGB (Red+Green+Blue) = 157+213+250=620 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.32% from 620); Green value is 213 (83.59% from 255 or 34.35% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #9DD5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD5FA is #622A05. Grayscale: #C8C8C8. Windows color (decimal): -6433286 or 16438685. OLE color: 16438685.

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

Color convert

RGB 157 213 250 -
CMYK 0.37 0.15 0 0.02
HSL 203.87º 0.9% 0.8% -
HSV(B) 203.87º 0.37% 0.98% -
XYZ 54.95 61.66 99.45 -
YUV 200.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 157 213 250 0.37 0.15 0 0.02 203.87 0.9 0.8
Hex 9D D5 FA 25 F 0 2 CC 5A 50
Octal 235 325 372 45 17 0 2 314 132 120
Binary 10011101 11010101 11111010 100101 1111 0 10 11001100 1011010 1010000

Color Harmonies of #9DD5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD5FA

Black with #9DD5FA

Text Example


Text Example

White with #9DD5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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