Html Css Color HEX #9AD9FA Columbia Blue

📋 copy color: '#9AD9FA'

red 154 ◦ green 217 ◦ blue 250

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

Shades of Columbia Blue #9AD9FA

Tints of Columbia Blue #9AD9FA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.94%

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

R = 24.8%
G = 34.94%
B = 40.26%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9AD9FA (or 0x9AD9FA) is known color: Columbia Blue. HEX triplet: 9A, D9 and FA. RGB value is (154,217,250). Sum of RGB (Red+Green+Blue) = 154+217+250=621 (82% of max value = 765). Red value is 154 (60.55% from 255 or 24.80% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AD9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD9FA is #652605. Grayscale: #C9C9C9. Windows color (decimal): -6628870 or 16439706. OLE color: 16439706.

HSL color Cylindrical-coordinate representation of color #9AD9FA: hue angle of 200.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 #9AD9FA is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 217 250 -
CMYK 0.38 0.13 0 0.02
HSL 200.63º 0.91% 0.79% -
HSV(B) 200.63º 0.38% 0.98% -
XYZ 55.39 63.4 99.76 -
YUV 201.93 155.13 93.82 -
System Red Green Blue C M Y K H S L
Decimal 154 217 250 0.38 0.13 0 0.02 200.63 0.91 0.79
Hex 9A D9 FA 26 D 0 2 C9 5B 4F
Octal 232 331 372 46 15 0 2 311 133 117
Binary 10011010 11011001 11111010 100110 1101 0 10 11001001 1011011 1001111

Color Harmonies of #9AD9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD9FA

Black with #9AD9FA

Text Example


Text Example

White with #9AD9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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