Html Css Color HEX #B0D3EA Sail

📋 copy color: '#B0D3EA'

red 176 ◦ green 211 ◦ blue 234

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

Shades of Sail #B0D3EA

Tints of Sail #B0D3EA

RGB

 RED value IS 176 (69.14% from 255) = 28.34%

 GREEN value IS 211 (82.81% from 255) = 33.98%

 BLUE value IS 234 (91.8% from 255) = 37.68%

R = 28.34%
G = 33.98%
B = 37.68%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0D3EA (or 0xB0D3EA) is known color: Sail. HEX triplet: B0, D3 and EA. RGB value is (176,211,234). Sum of RGB (Red+Green+Blue) = 176+211+234=621 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.34% from 621); Green value is 211 (82.81% from 255 or 33.98% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0D3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D3EA is #4F2C15. Grayscale: #CBCBCB. Windows color (decimal): -5188630 or 15389616. OLE color: 15389616.

HSL color Cylindrical-coordinate representation of color #B0D3EA: hue angle of 203.79º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0D3EA is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 211 234 -
CMYK 0.25 0.10 0 0.08
HSL 203.79º 0.58% 0.8% -
HSV(B) 203.79º 0.25% 0.92% -
XYZ 56.05 61.76 86.81 -
YUV 203.16 145.4 108.63 -
System Red Green Blue C M Y K H S L
Decimal 176 211 234 0.25 0.10 0 0.08 203.79 0.58 0.8
Hex B0 D3 EA 19 A 0 8 CC 3A 50
Octal 260 323 352 31 12 0 10 314 72 120
Binary 10110000 11010011 11101010 11001 1010 0 1000 11001100 111010 1010000

Color Harmonies of #B0D3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D3EA

Black with #B0D3EA

Text Example


Text Example

White with #B0D3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D3EA; }

 p { color: rgb(176,211,234); }

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

background-color css

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

 a { background-color: rgb(176,211,234); }

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

border-color css

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

 span { border-color: rgb(176,211,234); }

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