Html Css Color HEX #9AD4FA Columbia Blue

📋 copy color: '#9AD4FA'

red 154 ◦ green 212 ◦ blue 250

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

Shades of Columbia Blue #9AD4FA

Tints of Columbia Blue #9AD4FA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.42%

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

R = 25%
G = 34.42%
B = 40.58%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9AD4FA (or 0x9AD4FA) is known color: Columbia Blue. HEX triplet: 9A, D4 and FA. RGB value is (154,212,250). Sum of RGB (Red+Green+Blue) = 154+212+250=616 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25% from 616); Green value is 212 (83.20% from 255 or 34.42% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AD4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD4FA is #652B05. Grayscale: #C6C6C6. Windows color (decimal): -6630150 or 16438426. OLE color: 16438426.

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

Color convert

RGB 154 212 250 -
CMYK 0.38 0.15 0 0.02
HSL 203.75º 0.91% 0.79% -
HSV(B) 203.75º 0.38% 0.98% -
XYZ 54.13 60.86 99.34 -
YUV 198.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 154 212 250 0.38 0.15 0 0.02 203.75 0.91 0.79
Hex 9A D4 FA 26 F 0 2 CC 5B 4F
Octal 232 324 372 46 17 0 2 314 133 117
Binary 10011010 11010100 11111010 100110 1111 0 10 11001100 1011011 1001111

Color Harmonies of #9AD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD4FA

Black with #9AD4FA

Text Example


Text Example

White with #9AD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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