Html Css Color HEX #9ACAF1 Sail

📋 copy color: '#9ACAF1'

red 154 ◦ green 202 ◦ blue 241

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

Shades of Sail #9ACAF1

Tints of Sail #9ACAF1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.84%

 BLUE value IS 241 (94.53% from 255) = 40.37%

R = 25.8%
G = 33.84%
B = 40.37%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9ACAF1 (or 0x9ACAF1) is known color: Sail. HEX triplet: 9A, CA and F1. RGB value is (154,202,241). Sum of RGB (Red+Green+Blue) = 154+202+241=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #9ACAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACAF1 is #65350E. Grayscale: #BFBFBF. Windows color (decimal): -6632719 or 15846042. OLE color: 15846042.

HSL color Cylindrical-coordinate representation of color #9ACAF1: hue angle of 206.9º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9ACAF1 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 202 241 -
CMYK 0.36 0.16 0 0.05
HSL 206.9º 0.76% 0.77% -
HSV(B) 206.9º 0.36% 0.95% -
XYZ 50.32 55.46 91.27 -
YUV 192.09 155.6 100.83 -
System Red Green Blue C M Y K H S L
Decimal 154 202 241 0.36 0.16 0 0.05 206.9 0.76 0.77
Hex 9A CA F1 24 10 0 5 CF 4C 4D
Octal 232 312 361 44 20 0 5 317 114 115
Binary 10011010 11001010 11110001 100100 10000 0 101 11001111 1001100 1001101

Color Harmonies of #9ACAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACAF1

Black with #9ACAF1

Text Example


Text Example

White with #9ACAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,202,241); }

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

background-color css

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

 a { background-color: rgb(154,202,241); }

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

border-color css

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

 span { border-color: rgb(154,202,241); }

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