Html Css Color HEX #9AC0FE Pale Cornflower Blue

📋 copy color: '#9AC0FE'

red 154 ◦ green 192 ◦ blue 254

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

Shades of Pale Cornflower Blue #9AC0FE

Tints of Pale Cornflower Blue #9AC0FE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32%

 BLUE value IS 254 (99.61% from 255) = 42.33%

R = 25.67%
G = 32%
B = 42.33%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9AC0FE (or 0x9AC0FE) is known color: Pale Cornflower Blue. HEX triplet: 9A, C0 and FE. RGB value is (154,192,254). Sum of RGB (Red+Green+Blue) = 154+192+254=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 192 (75.39% from 255 or 32% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #9AC0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC0FE is #653F01. Grayscale: #BBBBBB. Windows color (decimal): -6635266 or 16695450. OLE color: 16695450.

HSL color Cylindrical-coordinate representation of color #9AC0FE: hue angle of 217.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AC0FE is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 154 192 254 -
CMYK 0.39 0.24 0 0.00
HSL 217.2º 0.98% 0.8% -
HSV(B) 217.2º 0.39% 1% -
XYZ 50.07 51.73 101.11 -
YUV 187.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 154 192 254 0.39 0.24 0 0.00 217.2 0.98 0.8
Hex 9A C0 FE 27 18 0 0 D9 62 50
Octal 232 300 376 47 30 0 0 331 142 120
Binary 10011010 11000000 11111110 100111 11000 0 0 11011001 1100010 1010000

Color Harmonies of #9AC0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC0FE

Black with #9AC0FE

Text Example


Text Example

White with #9AC0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,192,254); }

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

background-color css

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

 a { background-color: rgb(154,192,254); }

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

border-color css

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

 span { border-color: rgb(154,192,254); }

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