Html Css Color HEX #9BCFF1 Sail

📋 copy color: '#9BCFF1'

red 155 ◦ green 207 ◦ blue 241

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

Shades of Sail #9BCFF1

Tints of Sail #9BCFF1

RGB

 RED value IS 155 (60.94% from 255) = 25.7%

 GREEN value IS 207 (81.25% from 255) = 34.33%

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

R = 25.7%
G = 34.33%
B = 39.97%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9BCFF1 (or 0x9BCFF1) is known color: Sail. HEX triplet: 9B, CF and F1. RGB value is (155,207,241). Sum of RGB (Red+Green+Blue) = 155+207+241=603 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.70% from 603); Green value is 207 (81.25% from 255 or 34.33% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #9BCFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFF1 is #64300E. Grayscale: #C3C3C3. Windows color (decimal): -6565903 or 15847323. OLE color: 15847323.

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

Color convert

RGB 155 207 241 -
CMYK 0.36 0.14 0 0.05
HSL 203.72º 0.75% 0.78% -
HSV(B) 203.72º 0.36% 0.95% -
XYZ 51.71 57.95 91.68 -
YUV 195.33 153.77 99.24 -
System Red Green Blue C M Y K H S L
Decimal 155 207 241 0.36 0.14 0 0.05 203.72 0.75 0.78
Hex 9B CF F1 24 E 0 5 CC 4B 4E
Octal 233 317 361 44 16 0 5 314 113 116
Binary 10011011 11001111 11110001 100100 1110 0 101 11001100 1001011 1001110

Color Harmonies of #9BCFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCFF1

Black with #9BCFF1

Text Example


Text Example

White with #9BCFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,207,241); }

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

background-color css

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

 a { background-color: rgb(155,207,241); }

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

border-color css

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

 span { border-color: rgb(155,207,241); }

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