Html Css Color HEX #9AC5F9 Pale Cornflower Blue

📋 copy color: '#9AC5F9'

red 154 ◦ green 197 ◦ blue 249

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

Shades of Pale Cornflower Blue #9AC5F9

Tints of Pale Cornflower Blue #9AC5F9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.83%

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

R = 25.67%
G = 32.83%
B = 41.5%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9AC5F9 (or 0x9AC5F9) is known color: Pale Cornflower Blue. HEX triplet: 9A, C5 and F9. RGB value is (154,197,249). Sum of RGB (Red+Green+Blue) = 154+197+249=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #9AC5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC5F9 is #653A06. Grayscale: #BDBDBD. Windows color (decimal): -6633991 or 16369050. OLE color: 16369050.

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

Color convert

RGB 154 197 249 -
CMYK 0.38 0.21 0 0.02
HSL 212.84º 0.89% 0.79% -
HSV(B) 212.84º 0.38% 0.98% -
XYZ 50.39 53.64 97.32 -
YUV 190.07 161.25 102.27 -
System Red Green Blue C M Y K H S L
Decimal 154 197 249 0.38 0.21 0 0.02 212.84 0.89 0.79
Hex 9A C5 F9 26 15 0 2 D5 59 4F
Octal 232 305 371 46 25 0 2 325 131 117
Binary 10011010 11000101 11111001 100110 10101 0 10 11010101 1011001 1001111

Color Harmonies of #9AC5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC5F9

Black with #9AC5F9

Text Example


Text Example

White with #9AC5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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