Html Css Color HEX #9AD2F9 Columbia Blue

📋 copy color: '#9AD2F9'

red 154 ◦ green 210 ◦ blue 249

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

Shades of Columbia Blue #9AD2F9

Tints of Columbia Blue #9AD2F9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.26%

 BLUE value IS 249 (97.66% from 255) = 40.62%

R = 25.12%
G = 34.26%
B = 40.62%

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

#9AD2F9 (or 0x9AD2F9) is known color: Columbia Blue. HEX triplet: 9A, D2 and F9. RGB value is (154,210,249). Sum of RGB (Red+Green+Blue) = 154+210+249=613 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.12% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #9AD2F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD2F9 is #652D06. Grayscale: #C5C5C5. Windows color (decimal): -6630663 or 16372378. OLE color: 16372378.

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

Color convert

RGB 154 210 249 -
CMYK 0.38 0.16 0 0.02
HSL 204.63º 0.89% 0.79% -
HSV(B) 204.63º 0.38% 0.98% -
XYZ 53.47 59.8 98.35 -
YUV 197.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 154 210 249 0.38 0.16 0 0.02 204.63 0.89 0.79
Hex 9A D2 F9 26 10 0 2 CD 59 4F
Octal 232 322 371 46 20 0 2 315 131 117
Binary 10011010 11010010 11111001 100110 10000 0 10 11001101 1011001 1001111

Color Harmonies of #9AD2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD2F9

Black with #9AD2F9

Text Example


Text Example

White with #9AD2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,210,249); }

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

background-color css

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

 a { background-color: rgb(154,210,249); }

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

border-color css

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

 span { border-color: rgb(154,210,249); }

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