Html Css Color HEX #B0D4EB Sail

📋 copy color: '#B0D4EB'

red 176 ◦ green 212 ◦ blue 235

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

Shades of Sail #B0D4EB

Tints of Sail #B0D4EB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 34.03%

 BLUE value IS 235 (92.19% from 255) = 37.72%

R = 28.25%
G = 34.03%
B = 37.72%

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

#B0D4EB (or 0xB0D4EB) is known color: Sail. HEX triplet: B0, D4 and EB. RGB value is (176,212,235). Sum of RGB (Red+Green+Blue) = 176+212+235=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 212 (83.20% from 255 or 34.03% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0D4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D4EB is #4F2B14. Grayscale: #CBCBCB. Windows color (decimal): -5188373 or 15455408. OLE color: 15455408.

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

Color convert

RGB 176 212 235 -
CMYK 0.25 0.10 0 0.08
HSL 203.39º 0.6% 0.81% -
HSV(B) 203.39º 0.25% 0.92% -
XYZ 56.44 62.32 87.65 -
YUV 203.86 145.57 108.13 -
System Red Green Blue C M Y K H S L
Decimal 176 212 235 0.25 0.10 0 0.08 203.39 0.6 0.81
Hex B0 D4 EB 19 A 0 8 CB 3C 51
Octal 260 324 353 31 12 0 10 313 74 121
Binary 10110000 11010100 11101011 11001 1010 0 1000 11001011 111100 1010001

Color Harmonies of #B0D4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D4EB

Black with #B0D4EB

Text Example


Text Example

White with #B0D4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D4EB; }

 p { color: rgb(176,212,235); }

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

background-color css

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

 a { background-color: rgb(176,212,235); }

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

border-color css

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

 span { border-color: rgb(176,212,235); }

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