Html Css Color HEX #9AC5F8 Pale Cornflower Blue

📋 copy color: '#9AC5F8'

red 154 ◦ green 197 ◦ blue 248

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

Shades of Pale Cornflower Blue #9AC5F8

Tints of Pale Cornflower Blue #9AC5F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 41.4%

R = 25.71%
G = 32.89%
B = 41.4%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9AC5F8 (or 0x9AC5F8) is known color: Pale Cornflower Blue. HEX triplet: 9A, C5 and F8. RGB value is (154,197,248). Sum of RGB (Red+Green+Blue) = 154+197+248=599 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.71% from 599); Green value is 197 (77.34% from 255 or 32.89% from 599); Blue value is 248 (97.27% from 255 or 41.40% from 599); Max value from RGB is 248 - color contains mainly: blue. Hex color #9AC5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC5F8 is #653A07. Grayscale: #BDBDBD. Windows color (decimal): -6633992 or 16303514. OLE color: 16303514.

HSL color Cylindrical-coordinate representation of color #9AC5F8: hue angle of 212.55º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AC5F8 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 154 197 248 -
CMYK 0.38 0.21 0 0.03
HSL 212.55º 0.87% 0.79% -
HSV(B) 212.55º 0.38% 0.97% -
XYZ 50.24 53.58 96.5 -
YUV 189.96 160.75 102.35 -
System Red Green Blue C M Y K H S L
Decimal 154 197 248 0.38 0.21 0 0.03 212.55 0.87 0.79
Hex 9A C5 F8 26 15 0 3 D5 57 4F
Octal 232 305 370 46 25 0 3 325 127 117
Binary 10011010 11000101 11111000 100110 10101 0 11 11010101 1010111 1001111

Color Harmonies of #9AC5F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC5F8

Black with #9AC5F8

Text Example


Text Example

White with #9AC5F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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