Html Css Color HEX #9AD1FA Columbia Blue

📋 copy color: '#9AD1FA'

red 154 ◦ green 209 ◦ blue 250

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

Shades of Columbia Blue #9AD1FA

Tints of Columbia Blue #9AD1FA

RGB

 RED value IS 154 (60.55% from 255) = 25.12%

 GREEN value IS 209 (82.03% from 255) = 34.09%

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

R = 25.12%
G = 34.09%
B = 40.78%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9AD1FA (or 0x9AD1FA) is known color: Columbia Blue. HEX triplet: 9A, D1 and FA. RGB value is (154,209,250). Sum of RGB (Red+Green+Blue) = 154+209+250=613 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.12% from 613); Green value is 209 (82.03% from 255 or 34.09% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AD1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD1FA is #652E05. Grayscale: #C5C5C5. Windows color (decimal): -6630918 or 16437658. OLE color: 16437658.

HSL color Cylindrical-coordinate representation of color #9AD1FA: hue angle of 205.62º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AD1FA is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 209 250 -
CMYK 0.38 0.16 0 0.02
HSL 205.63º 0.91% 0.79% -
HSV(B) 205.63º 0.38% 0.98% -
XYZ 53.38 59.37 99.09 -
YUV 197.23 157.78 97.17 -
System Red Green Blue C M Y K H S L
Decimal 154 209 250 0.38 0.16 0 0.02 205.63 0.91 0.79
Hex 9A D1 FA 26 10 0 2 CE 5B 4F
Octal 232 321 372 46 20 0 2 316 133 117
Binary 10011010 11010001 11111010 100110 10000 0 10 11001110 1011011 1001111

Color Harmonies of #9AD1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD1FA

Black with #9AD1FA

Text Example


Text Example

White with #9AD1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,209,250); }

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

background-color css

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

 a { background-color: rgb(154,209,250); }

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

border-color css

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

 span { border-color: rgb(154,209,250); }

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