Html Css Color HEX #9ABFF8 Pale Cornflower Blue

📋 copy color: '#9ABFF8'

red 154 ◦ green 191 ◦ blue 248

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

Shades of Pale Cornflower Blue #9ABFF8

Tints of Pale Cornflower Blue #9ABFF8

RGB

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

 GREEN value IS 191 (75% from 255) = 32.21%

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

R = 25.97%
G = 32.21%
B = 41.82%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9ABFF8 (or 0x9ABFF8) is known color: Pale Cornflower Blue. HEX triplet: 9A, BF and F8. RGB value is (154,191,248). Sum of RGB (Red+Green+Blue) = 154+191+248=593 (78% of max value = 765). Red value is 154 (60.55% from 255 or 25.97% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 248 (97.27% from 255 or 41.82% from 593); Max value from RGB is 248 - color contains mainly: blue. Hex color #9ABFF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABFF8 is #654007. Grayscale: #BABABA. Windows color (decimal): -6635528 or 16301978. OLE color: 16301978.

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

Color convert

RGB 154 191 248 -
CMYK 0.38 0.23 0 0.03
HSL 216.38º 0.87% 0.79% -
HSV(B) 216.38º 0.38% 0.97% -
XYZ 48.9 50.91 96.06 -
YUV 186.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 154 191 248 0.38 0.23 0 0.03 216.38 0.87 0.79
Hex 9A BF F8 26 17 0 3 D8 57 4F
Octal 232 277 370 46 27 0 3 330 127 117
Binary 10011010 10111111 11111000 100110 10111 0 11 11011000 1010111 1001111

Color Harmonies of #9ABFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFF8

Black with #9ABFF8

Text Example


Text Example

White with #9ABFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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