Html Css Color HEX #9ACCFB Sail

📋 copy color: '#9ACCFB'

red 154 ◦ green 204 ◦ blue 251

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

Shades of Sail #9ACCFB

Tints of Sail #9ACCFB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.5%

 BLUE value IS 251 (98.44% from 255) = 41.22%

R = 25.29%
G = 33.5%
B = 41.22%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9ACCFB (or 0x9ACCFB) is known color: Sail. HEX triplet: 9A, CC and FB. RGB value is (154,204,251). Sum of RGB (Red+Green+Blue) = 154+204+251=609 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.29% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #9ACCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACCFB is #653304. Grayscale: #C2C2C2. Windows color (decimal): -6632197 or 16501914. OLE color: 16501914.

HSL color Cylindrical-coordinate representation of color #9ACCFB: hue angle of 209.07º degrees, saturation: 0.92, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9ACCFB is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 204 251 -
CMYK 0.39 0.19 0 0.02
HSL 209.07º 0.92% 0.79% -
HSV(B) 209.07º 0.39% 0.98% -
XYZ 52.33 57.02 99.51 -
YUV 194.41 159.94 99.18 -
System Red Green Blue C M Y K H S L
Decimal 154 204 251 0.39 0.19 0 0.02 209.07 0.92 0.79
Hex 9A CC FB 27 13 0 2 D1 5C 4F
Octal 232 314 373 47 23 0 2 321 134 117
Binary 10011010 11001100 11111011 100111 10011 0 10 11010001 1011100 1001111

Color Harmonies of #9ACCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACCFB

Black with #9ACCFB

Text Example


Text Example

White with #9ACCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,204,251); }

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

background-color css

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

 a { background-color: rgb(154,204,251); }

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

border-color css

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

 span { border-color: rgb(154,204,251); }

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