Html Css Color HEX #9ABFF6 Pale Cornflower Blue

📋 copy color: '#9ABFF6'

red 154 ◦ green 191 ◦ blue 246

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

Shades of Pale Cornflower Blue #9ABFF6

Tints of Pale Cornflower Blue #9ABFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.62%

R = 26.06%
G = 32.32%
B = 41.62%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9ABFF6 (or 0x9ABFF6) is known color: Pale Cornflower Blue. HEX triplet: 9A, BF and F6. RGB value is (154,191,246). Sum of RGB (Red+Green+Blue) = 154+191+246=591 (78% of max value = 765). Red value is 154 (60.55% from 255 or 26.06% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 246 - color contains mainly: blue. Hex color #9ABFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABFF6 is #654009. Grayscale: #B9B9B9. Windows color (decimal): -6635530 or 16170906. OLE color: 16170906.

HSL color Cylindrical-coordinate representation of color #9ABFF6: hue angle of 215.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ABFF6 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 154 191 246 -
CMYK 0.37 0.22 0 0.04
HSL 215.87º 0.84% 0.78% -
HSV(B) 215.87º 0.37% 0.96% -
XYZ 48.59 50.79 94.43 -
YUV 186.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 154 191 246 0.37 0.22 0 0.04 215.87 0.84 0.78
Hex 9A BF F6 25 16 0 4 D8 54 4E
Octal 232 277 366 45 26 0 4 330 124 116
Binary 10011010 10111111 11110110 100101 10110 0 100 11011000 1010100 1001110

Color Harmonies of #9ABFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFF6

Black with #9ABFF6

Text Example


Text Example

White with #9ABFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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