Html Css Color HEX #9ABFFD Pale Cornflower Blue

📋 copy color: '#9ABFFD'

red 154 ◦ green 191 ◦ blue 253

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

Shades of Pale Cornflower Blue #9ABFFD

Tints of Pale Cornflower Blue #9ABFFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.31%

R = 25.75%
G = 31.94%
B = 42.31%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9ABFFD (or 0x9ABFFD) is known color: Pale Cornflower Blue. HEX triplet: 9A, BF and FD. RGB value is (154,191,253). Sum of RGB (Red+Green+Blue) = 154+191+253=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #9ABFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABFFD is #654002. Grayscale: #BABABA. Windows color (decimal): -6635523 or 16629658. OLE color: 16629658.

HSL color Cylindrical-coordinate representation of color #9ABFFD: hue angle of 217.58º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ABFFD is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 154 191 253 -
CMYK 0.39 0.25 0 0.01
HSL 217.58º 0.96% 0.8% -
HSV(B) 217.58º 0.39% 0.99% -
XYZ 49.69 51.22 100.2 -
YUV 187.01 165.24 104.46 -
System Red Green Blue C M Y K H S L
Decimal 154 191 253 0.39 0.25 0 0.01 217.58 0.96 0.8
Hex 9A BF FD 27 19 0 1 DA 60 50
Octal 232 277 375 47 31 0 1 332 140 120
Binary 10011010 10111111 11111101 100111 11001 0 1 11011010 1100000 1010000

Color Harmonies of #9ABFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFFD

Black with #9ABFFD

Text Example


Text Example

White with #9ABFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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