Html Css Color HEX #B1CFE4 Sail

📋 copy color: '#B1CFE4'

red 177 ◦ green 207 ◦ blue 228

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

Shades of Sail #B1CFE4

Tints of Sail #B1CFE4

RGB

 RED value IS 177 (69.53% from 255) = 28.92%

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

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

R = 28.92%
G = 33.82%
B = 37.25%

CMYK

 C value IS 0.22

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B1CFE4 (or 0xB1CFE4) is known color: Sail. HEX triplet: B1, CF and E4. RGB value is (177,207,228). Sum of RGB (Red+Green+Blue) = 177+207+228=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 228 (89.45% from 255 or 37.25% from 612); Max value from RGB is 228 - color contains mainly: blue. Hex color #B1CFE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFE4 is #4E301B. Grayscale: #C8C8C8. Windows color (decimal): -5124124 or 14995377. OLE color: 14995377.

HSL color Cylindrical-coordinate representation of color #B1CFE4: hue angle of 204.71º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1CFE4 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 207 228 -
CMYK 0.22 0.09 0 0.11
HSL 204.71º 0.49% 0.79% -
HSV(B) 204.71º 0.22% 0.89% -
XYZ 54.45 59.57 82.03 -
YUV 200.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 177 207 228 0.22 0.09 0 0.11 204.71 0.49 0.79
Hex B1 CF E4 16 9 0 B CD 31 4F
Octal 261 317 344 26 11 0 13 315 61 117
Binary 10110001 11001111 11100100 10110 1001 0 1011 11001101 110001 1001111

Color Harmonies of #B1CFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CFE4

Black with #B1CFE4

Text Example


Text Example

White with #B1CFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CFE4; }

 p { color: rgb(177,207,228); }

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

background-color css

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

 a { background-color: rgb(177,207,228); }

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

border-color css

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

 span { border-color: rgb(177,207,228); }

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