Html Css Color HEX #9ABDFF Pale Cornflower Blue

📋 copy color: '#9ABDFF'

red 154 ◦ green 189 ◦ blue 255

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

Shades of Pale Cornflower Blue #9ABDFF

Tints of Pale Cornflower Blue #9ABDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.61%

 BLUE value IS 255 (100% from 255) = 42.64%

R = 25.75%
G = 31.61%
B = 42.64%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9ABDFF (or 0x9ABDFF) is known color: Pale Cornflower Blue. HEX triplet: 9A, BD and FF. RGB value is (154,189,255). Sum of RGB (Red+Green+Blue) = 154+189+255=598 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.75% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ABDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABDFF is #654200. Grayscale: #B9B9B9. Windows color (decimal): -6636033 or 16760218. OLE color: 16760218.

HSL color Cylindrical-coordinate representation of color #9ABDFF: hue angle of 219.21º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ABDFF is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 154 189 255 -
CMYK 0.40 0.26 0 0
HSL 219.21º 1% 0.8% -
HSV(B) 219.21º 0.4% 1% -
XYZ 49.57 50.49 101.74 -
YUV 186.06 166.9 105.13 -
System Red Green Blue C M Y K H S L
Decimal 154 189 255 0.40 0.26 0 0 219.21 1 0.8
Hex 9A BD FF 28 1A 0 0 DB 64 50
Octal 232 275 377 50 32 0 0 333 144 120
Binary 10011010 10111101 11111111 101000 11010 0 0 11011011 1100100 1010000

Color Harmonies of #9ABDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABDFF

Black with #9ABDFF

Text Example


Text Example

White with #9ABDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,189,255); }

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

background-color css

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

 a { background-color: rgb(154,189,255); }

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

border-color css

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

 span { border-color: rgb(154,189,255); }

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