Html Css Color HEX #9CBFE4 Sail

📋 copy color: '#9CBFE4'

red 156 ◦ green 191 ◦ blue 228

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

Shades of Sail #9CBFE4

Tints of Sail #9CBFE4

RGB

 RED value IS 156 (61.33% from 255) = 27.13%

 GREEN value IS 191 (75% from 255) = 33.22%

 BLUE value IS 228 (89.45% from 255) = 39.65%

R = 27.13%
G = 33.22%
B = 39.65%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9CBFE4 (or 0x9CBFE4) is known color: Sail. HEX triplet: 9C, BF and E4. RGB value is (156,191,228). Sum of RGB (Red+Green+Blue) = 156+191+228=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 228 (89.45% from 255 or 39.65% from 575); Max value from RGB is 228 - color contains mainly: blue. Hex color #9CBFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CBFE4 is #63401B. Grayscale: #B8B8B8. Windows color (decimal): -6504476 or 14991260. OLE color: 14991260.

HSL color Cylindrical-coordinate representation of color #9CBFE4: hue angle of 210.83º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CBFE4 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 156 191 228 -
CMYK 0.32 0.16 0 0.11
HSL 210.83º 0.57% 0.75% -
HSV(B) 210.83º 0.32% 0.89% -
XYZ 46.34 49.93 80.59 -
YUV 184.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 156 191 228 0.32 0.16 0 0.11 210.83 0.57 0.75
Hex 9C BF E4 20 10 0 B D3 39 4B
Octal 234 277 344 40 20 0 13 323 71 113
Binary 10011100 10111111 11100100 100000 10000 0 1011 11010011 111001 1001011

Color Harmonies of #9CBFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBFE4

Black with #9CBFE4

Text Example


Text Example

White with #9CBFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,191,228); }

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

background-color css

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

 a { background-color: rgb(156,191,228); }

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

border-color css

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

 span { border-color: rgb(156,191,228); }

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