Html Css Color HEX #B3E4CF Cruise

📋 copy color: '#B3E4CF'

red 179 ◦ green 228 ◦ blue 207

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

Shades of Cruise #B3E4CF

Tints of Cruise #B3E4CF

RGB

 RED value IS 179 (70.31% from 255) = 29.15%

 GREEN value IS 228 (89.45% from 255) = 37.13%

 BLUE value IS 207 (81.25% from 255) = 33.71%

R = 29.15%
G = 37.13%
B = 33.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#B3E4CF (or 0xB3E4CF) is known color: Cruise. HEX triplet: B3, E4 and CF. RGB value is (179,228,207). Sum of RGB (Red+Green+Blue) = 179+228+207=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E4CF is #4C1B30. Grayscale: #D2D2D2. Windows color (decimal): -4987697 or 13624499. OLE color: 13624499.

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

Color convert

RGB 179 228 207 -
CMYK 0.21 0 0.09 0.11
HSL 154.29º 0.48% 0.8% -
HSV(B) 154.29º 0.21% 0.89% -
XYZ 57.6 69.58 69.43 -
YUV 210.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 179 228 207 0.21 0 0.09 0.11 154.29 0.48 0.8
Hex B3 E4 CF 15 0 9 B 9A 30 50
Octal 263 344 317 25 0 11 13 232 60 120
Binary 10110011 11100100 11001111 10101 0 1001 1011 10011010 110000 1010000

Color Harmonies of #B3E4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3E4CF

Black with #B3E4CF

Text Example


Text Example

White with #B3E4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3E4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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